Skip to content

Commit

Permalink
Switch to not explicitly tagging v7 version of linux/arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zopolis4 committed Nov 30, 2023
1 parent 743b3a7 commit 2691381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ get_arch () {
case $kernel_arch in
x86_64) PLATFORM="linux/amd64";;
x86) PLATFORM="linux/386";;
arm) PLATFORM="linux/arm/v7";;
arm) PLATFORM="linux/arm";;
aarch64) PLATFORM="linux/arm64";;
esac
CREW_KERNEL_VERSION="$(jq -r ."${name}"[\""Kernel Version"\"] boards.json)"
Expand Down

0 comments on commit 2691381

Please sign in to comment.