Skip to content

Commit

Permalink
fix(ci): only build amd64 runner images
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 9, 2024
1 parent 42b1b90 commit da08e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow-release-legacy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
description: "Platforms:"
type: string
required: false
default: "linux/amd64,linux/arm64"
default: "linux/amd64"

build-default-image:
description: "Build Default Image"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxc-build-legacy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
description: "Platforms:"
type: string
required: false
default: "linux/amd64,linux/arm64"
default: "linux/amd64"

build-default-image:
description: "Build Default Image"
Expand Down

0 comments on commit da08e38

Please sign in to comment.