Skip to content

Commit

Permalink
Build an arm version of the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
soerface committed May 16, 2024
1 parent 1d81b20 commit 54f3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
build-args: |
RELEASE=${{ github.sha }}

0 comments on commit 54f3d1b

Please sign in to comment.