#!/usr/bin/env bash set -euxo pipefail nix build --print-build-logs .#packages.x86_64-unknown-linux-musl.debug if [[ ! -z $TAG && ! -z $DOCKER_AUTH ]]; then # Configure Docker Auth mkdir .docker cat > .docker/config.json <