Skip to content

Commit

Permalink
Try with docker_platform=linux/arm/v6 (#113)
Browse files Browse the repository at this point in the history
Closes #112
  • Loading branch information
probonopd authored Dec 21, 2024
1 parent 9fad133 commit f6c0b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/create-build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case "${ARCH}" in
docker_platform=linux/i386
;;
armhf)
docker_platform=linux/arm/v7
docker_platform=linux/arm/v6
;;
aarch64)
docker_platform=linux/arm64/v8
Expand Down

0 comments on commit f6c0b18

Please sign in to comment.