Browse Source
Remove linux/arm/v7 from publish_docker_image (it does not work)
Context: #568
master
Pēteris Caune
3 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
.github/workflows/publish_docker_image.yml
|
|
@ -36,7 +36,7 @@ jobs: |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: docker/Dockerfile |
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 |
|
|
|
platforms: linux/amd64,linux/arm64/v8 |
|
|
|
push: true |
|
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
|
labels: ${{ steps.meta.outputs.labels }} |