Skip to content

Commit

Permalink
ci: support linux/arm64 image (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Oct 24, 2024
1 parent 8bd3e80 commit 4b6ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
push: true
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64

- name: Build connector definition
run: |
Expand Down

0 comments on commit 4b6ddfd

Please sign in to comment.