From c55337f9d30f88650908794ba9511bdda4c50711 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 18 May 2023 12:39:14 +0200 Subject: [PATCH] fix albatros building script --- .albatros | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.albatros b/.albatros index e190d1e..2ad096a 100755 --- a/.albatros +++ b/.albatros @@ -3,7 +3,10 @@ set -euxo pipefail nix build --print-build-logs .#packages.x86_64-unknown-linux-musl.debug -if [[ ! -z $TAG && ! -z $DOCKER_AUTH ]]; then +if [[ ! -z $TAG ]]; then +# Build +nix run .#build-static +nix run .#build-container # Configure Docker Auth mkdir .docker