Skip to content

Commit

Permalink
Merge pull request #20 from tadeasf:arch-release
Browse files Browse the repository at this point in the history
chore: Add support for building the application for ARM64 architecture
  • Loading branch information
tadeasf authored Aug 14, 2024
2 parents 07cb74a + cc67987 commit 8003d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
GOOS=linux GOARCH=amd64 go build -v -o build/go_news_api_linux_amd64 .
GOOS=darwin GOARCH=amd64 go build -v -o build/go_news_api_darwin_amd64 .
GOOS=windows GOARCH=amd64 go build -v -o build/go_news_api_windows_amd64.exe .
GOOS=linux GOARCH=aarch64 go build -v -o build/go_news_api_linux_arm64 .
GOOS=darwin GOARCH=aarch64 go build -v -o build/go_news_api_darwin_arm64 .
- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit 8003d19

Please # to comment.