ci: Enable ARM64 builds for beta images (no-changelog) (#7403)

Fixes #7389
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-10-11 14:06:02 +02:00 committed by GitHub
parent 2b075bfc2d
commit c77042f2bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}