Skip to content

Commit

Permalink
ci: support linux/arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Oct 24, 2024
1 parent fb7465c commit f23d4ea
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 f23d4ea

Please sign in to comment.