summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-12 14:08:34 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-12 14:08:34 -0400
commit19ff6e513cc71516f587ca76d5bcde3cfed3e9c6 (patch)
tree2dfeb69ed87eba8aa4f1eac13372004ab496c6f0 /env
parentupdate minecraft image (diff)
downloadimages-19ff6e513cc71516f587ca76d5bcde3cfed3e9c6.tar.gz
images-19ff6e513cc71516f587ca76d5bcde3cfed3e9c6.tar.bz2
images-19ff6e513cc71516f587ca76d5bcde3cfed3e9c6.zip
update build scripts
Diffstat (limited to 'env')
-rwxr-xr-xenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/env b/env
index fda0d83..46c2473 100755
--- a/env
+++ b/env
@@ -7,7 +7,7 @@ USER="freya"
# image info
IMAGE="image"
TAG="latest"
-ARCH="linux/amd64,linux/arm64"
+ARCH="linux/amd64,linux/arm64,linux/386,linux/arm/v6,linux/arm/v7"
# builder args
ALPINE_VERSION="3.21"