Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
- os: ubuntu-latest
arch: linux-x64
output: linux64
goarch: amd64
- os: ubuntu-latest
arch: linux-arm64
output: linux-arm64
goarch: arm64
- os: macos-latest
arch: osx-x64
output: osx64
Expand Down Expand Up @@ -55,6 +57,9 @@ jobs:

- name: Build Local GPSS Linux
if: runner.os == 'Linux'
env:
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: 0
shell: bash
run: |
go build \
Expand Down