testing arm building

Co-authored-by: Zaprit <henry@vorax.org>
This commit is contained in:
Ren 2024-03-29 10:02:00 -07:00 committed by GitHub
parent a9a71650b5
commit a030b62f73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,6 +71,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
platforms: linux/amd64,linux/arm64
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}