aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-05-18 12:39:14 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-05-18 12:39:14 +0200
commitc55337f9d30f88650908794ba9511bdda4c50711 (patch)
tree166872ba20aa65795a295c8cf1b9ff3a6c47ef7f
parent115dd077ca8d50e92f898d604e731be04ed2e1be (diff)
downloadaerogramme-c55337f9d30f88650908794ba9511bdda4c50711.tar.gz
aerogramme-c55337f9d30f88650908794ba9511bdda4c50711.zip
fix albatros building script
-rwxr-xr-x.albatros5
1 files changed, 4 insertions, 1 deletions
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