Build for both AMD and ARM

Aims to fix  #4028
This commit is contained in:
Alex Nederlof 2023-03-28 22:22:52 +02:00 committed by Brett Logan
parent 1022705f14
commit 87a628e9ce

View file

@ -67,6 +67,7 @@ jobs:
BUILD_VERSION=${{ github.sha }} BUILD_VERSION=${{ github.sha }}
load: false load: false
push: true push: true
platforms: linux/amd64,linux/arm64
secrets: | secrets: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: | tags: |