Skip to content

Commit 0a20fa9

Browse files
committed
_
1 parent b360b8f commit 0a20fa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
set -e
44
echo "building for $RID"
55

6-
alpineVersion=3.20
7-
uname -a
6+
alpineVersion=3.13
87

98
if [[ $RID =~ arm64 ]]; then
109
arch="arm64"
@@ -25,6 +24,7 @@ else
2524
dockerfile="docker/linux"
2625
fi
2726

27+
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-aarch64 qemu-arm 2>/dev/null || true
2828
docker run --privileged --rm tonistiigi/binfmt --install all
2929
docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ALPINE_VERSION=$alpineVersion .
3030

0 commit comments

Comments
 (0)