Skip to content

Commit

Permalink
feat: use standard alpine for amd64 (no more balenalib)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 1, 2021
1 parent ad74ae1 commit 5f1b36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ archs=(amd64 386 arm arm64)
for arch in "${archs[@]}"
do
case "$arch" in
amd64 ) base_image="balenalib/amd64-alpine:3.14" ;;
amd64 ) base_image="alpine:3.14" ;;
i386 ) base_image="balenalib/i386-alpine:3.14" ;;
arm ) base_image="balenalib/armv7hf-alpine:3.14" ;;
arm64 ) base_image="balenalib/aarch64-alpine:3.14" ;;
Expand Down

0 comments on commit 5f1b36b

Please sign in to comment.