docker build all supported platforms

pull/1118/head
Willy 2023-06-24 21:26:50 +02:00
parent 54c051bfff
commit 95b064858b
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ github.token }}
push_strategy: artifact
platforms: linux/amd64
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
args: |
COMMIT=${{ github.sha }}
VERSION=${{ needs.data.outputs.version }}