Skip to content

Commit

Permalink
Merge pull request #510 from mmizutani/linux-arm64-arch-build
Browse files Browse the repository at this point in the history
Add an arm64 architecture variant of the Linux build
  • Loading branch information
k1LoW authored Oct 2, 2023
2 parents 27d3031 + 5ef06ae commit 444bed4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install sqlite3
sudo apt-get install sqlite3 gcc-aarch64-linux-gnu
- name: Install aws-cli
uses: isbang/[email protected]
Expand Down
7 changes: 7 additions & 0 deletions .goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ builds:
- linux
goarch:
- amd64
- arm64
overrides:
- goos: linux
goarch: arm64
env:
- CC=aarch64-linux-gnu-gcc
- CXX=aarch64-linux-gnu-g++
archives:
-
id: tbls-archive
Expand Down

0 comments on commit 444bed4

Please sign in to comment.