Skip to content

Commit

Permalink
- CHG: Enable arm build on next branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 2, 2024
1 parent bcfeeb5 commit cc42c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
with:
build-args: BRANCH=next
context: docker
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit cc42c7f

Please sign in to comment.