File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 if : runner.os == 'macOS'
6161 run : ./build.libgit2.sh
6262 - name : Setup QEMU
63- if : matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64 '
64- run : docker run --rm --privileged multiarch/qemu-user-static:register --reset
63+ if : runner.os == 'Linux '
64+ run : docker run --privileged --rm tonistiigi/binfmt --install all
6565 - name : Build Linux
6666 if : runner.os == 'Linux'
6767 run : ./dockerbuild.sh
Original file line number Diff line number Diff line change 33set -e
44echo " building for $RID "
55
6- alpineVersion=3.20
7- uname -a
6+ alpineVersion=3.13
87
98if [[ $RID =~ arm64 ]]; then
109 arch=" arm64"
2524 dockerfile=" docker/linux"
2625fi
2726
28- docker run --privileged --rm tonistiigi/binfmt --install all
2927docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ALPINE_VERSION=$alpineVersion .
3028
3129docker run -t --platform linux/$arch -e RID=$RID --name=$RID $RID
You can’t perform that action at this time.
0 commit comments