Update docker.yml

This commit is contained in:
Yifei Zhang 2023-04-10 17:39:21 +08:00 committed by GitHub
parent 150735b001
commit 2ec99bbb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}