Browse Source

Update publish_docker_image.yml to build ARM images

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

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

@ -30,6 +30,7 @@ jobs:
with:
context: .
file: docker/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Loading…
Cancel
Save