add build scripts with alba #10
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
|
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
|
# Configure Docker Auth
|
||||||
mkdir .docker
|
mkdir .docker
|
||||||
|
|
Loading…
Reference in a new issue