Skip to content

Commit

Permalink
Add support for arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed Jan 23, 2024
1 parent dead967 commit 1a4358a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
# Set provenance to false due to issue documented here: https://github.com/docker/build-push-action/issues/778
provenance: false
platforms: linux/amd64,linux/arm64

0 comments on commit 1a4358a

Please sign in to comment.