Skip to content

Commit

Permalink
Build: add linux/arm64 to docker build workflow (nabla-c0d3#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
gostega authored Jun 24, 2024
1 parent 761892b commit 3730719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit 3730719

Please sign in to comment.