Skip to content

Commit

Permalink
(~)
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahdc committed Jun 27, 2024
1 parent f072430 commit 59eedad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gyfu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

NO_CACHE=false

# last one ends up on dockerhub
declare -a PLATFORMS=(
"linux/amd64"
"linux/arm64/v8"
# "linux/arm64/v8"
)
for PLATFORM in "${PLATFORMS[@]}"; do
BUILD_OPTIONS="--platform $PLATFORM --push"
Expand Down

0 comments on commit 59eedad

Please sign in to comment.