diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-05-18 12:39:14 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-05-18 12:39:14 +0200 |
commit | c55337f9d30f88650908794ba9511bdda4c50711 (patch) | |
tree | 166872ba20aa65795a295c8cf1b9ff3a6c47ef7f | |
parent | 115dd077ca8d50e92f898d604e731be04ed2e1be (diff) | |
download | aerogramme-c55337f9d30f88650908794ba9511bdda4c50711.tar.gz aerogramme-c55337f9d30f88650908794ba9511bdda4c50711.zip |
fix albatros building script
-rwxr-xr-x | .albatros | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |