Skip to content

Commit

Permalink
build: diable matrix / arm build for ghz-web
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 28, 2023
1 parent 9efc08b commit 19a98c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -75,8 +75,10 @@ jobs:
- name: Build ghz-web
env:
CGO_ENABLED: 1
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
# various issues with GitHub actions, ARM and CGO
# disable for now
# GOOS: ${{ matrix.goos }}
# GOARCH: ${{ matrix.goarch }}
run: |
go build -ldflags="-s -w -X 'main.version=${{ github.ref }}' -X 'main.commit=${{ github.sha }}' -X 'main.date=${{ steps.current-time.outputs.time }}'" -o ./dist/${{ matrix.target }}/ ./cmd/ghz-web/...
Expand Down

0 comments on commit 19a98c4

Please sign in to comment.