aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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