Skip to content

Commit

Permalink
add arm64 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Peter committed Jul 5, 2024
1 parent cb3e98f commit 640de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tagged_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
matrix:
components: ['tls', 'admin', 'api', 'cli']
goos: ['linux']
goarch: ['amd64']
goarch: ['amd64', 'arm64']
steps:
########################### Checkout code ###########################
- name: Checkout code
Expand Down

0 comments on commit 640de6c

Please sign in to comment.