Skip to content

Commit 19a98c4

Browse files
committed
build: diable matrix / arm build for ghz-web
1 parent 9efc08b commit 19a98c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ jobs:
7575
- name: Build ghz-web
7676
env:
7777
CGO_ENABLED: 1
78-
GOOS: ${{ matrix.goos }}
79-
GOARCH: ${{ matrix.goarch }}
78+
# various issues with GitHub actions, ARM and CGO
79+
# disable for now
80+
# GOOS: ${{ matrix.goos }}
81+
# GOARCH: ${{ matrix.goarch }}
8082
run: |
8183
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/...
8284

0 commit comments

Comments
 (0)