add build scripts with alba #10

Closed
quentin wants to merge 5 commits from autorelease into main
Showing only changes of commit c55337f9d3 - Show all commits

View file

@ -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