Skip to content

Commit

Permalink
adjust platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Jul 2, 2023
1 parent c9e64c0 commit c60393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Usage() {

#pushd $1
image="alpine/$1"
platform="linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/amd64,linux/ppc64le,linux/s390x"
platform="linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/s390x"

curl -H "Cache-Control: no-cache" -sL "https://raw.githubusercontent.com/alpine-docker/multi-arch-libs/stable/functions.sh" -o functions.sh
source functions.sh
Expand Down

0 comments on commit c60393d

Please sign in to comment.