Skip to content

Commit ccb219e

Browse files
authored
chore: also build arm docker image on beta branch (#1948)
1 parent e972796 commit ccb219e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ jobs:
930930
uses: docker/build-push-action@v5
931931
with:
932932
context: .
933-
platforms: ${{ github.ref == 'refs/heads/master' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
933+
platforms: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta') && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
934934
tags: ${{ steps.meta.outputs.tags }}
935935
labels: ${{ steps.meta.outputs.labels }}
936936
# Only push if (there's a new release on main branch, or if building a non-main branch) and (Only run on non-PR events or only PRs that aren't from forks)

0 commit comments

Comments
 (0)