We don't need cross arch builds

This commit is contained in:
Erica Marigold 2025-02-06 11:54:59 +05:30
parent 35d43e0c3f
commit f41bfbc458
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -8,7 +8,6 @@ if [ -z "$NIXOS_TAG" ]; then
fi fi
docker build \ docker build \
--platform=linux/amd64,linux/arm64 \
-t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \ -t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \
-f Dockerfile \ -f Dockerfile \
--push . --push .