ci(docker.yml): support linux/arm64 container (#2691)

This commit is contained in:
TAKAHASHI Shuuji 2024-03-18 00:15:04 +09:00 committed by GitHub
parent f90f0a2e61
commit 48c013709a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metal.outputs.tags }}
labels: ${{ steps.metal.outputs.labels }}