Skip to content

Commit

Permalink
ci: Enable ARM64 builds for beta images (no-changelog) (#7403)
Browse files Browse the repository at this point in the history
Fixes #7389
  • Loading branch information
netroy authored Oct 11, 2023
1 parent 2b075bf commit c77042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
file: ./docker/images/n8n-custom/Dockerfile
build-args: |
N8N_RELEASE_TYPE=beta
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/n8n:${{ github.event.inputs.tag || 'ai-beta' }}
Expand Down

0 comments on commit c77042f

Please sign in to comment.