Browse Source

Remove linux/arm/v7 from publish_docker_image (it does not work)

Context: #568
master
Pēteris Caune 3 years ago
parent
commit
4ef23c7309
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/publish_docker_image.yml

+ 1
- 1
.github/workflows/publish_docker_image.yml View File

@ -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 }}

Loading…
Cancel
Save