Skip to content

Commit

Permalink
Merge pull request #102 from uc-cdis/fix/remove-arm-64
Browse files Browse the repository at this point in the history
Update image_build_push.yaml
  • Loading branch information
AidanHilt authored Jun 21, 2024
2 parents 364bca3 + d490fb8 commit 3cbef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
BUILD_PLATFORMS:
required: false
type: string
default: "linux/amd64, linux/arm64"
default: "linux/amd64"
secrets:
ECR_AWS_ACCESS_KEY_ID:
required: true
Expand Down

0 comments on commit 3cbef6b

Please sign in to comment.