fix albatros building script
This commit is contained in:
parent
115dd077ca
commit
c55337f9d3
1 changed files with 4 additions and 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
|
||||
|
|
Loading…
Reference in a new issue