add platforms
This commit is contained in:
parent
90403f58b3
commit
f72375e1c2
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -33,6 +33,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -50,6 +54,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
target: production
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
x
Reference in New Issue
Block a user