We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af890f4 commit 48a152aCopy full SHA for 48a152a
.github/workflows/build-release.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Build stitch tool
28
run: go build -v -ldflags="-X 'main.versionString=${{ github.event.release.tag_name }}'" .
29
working-directory: ./bin/stitch
30
+ env:
31
+ GOARCH: ${{ matrix.goarch }}
32
+ GOOS: ${{ matrix.goos }}
33
34
- name: Create distribution archive
35
run: go run -v ./scripts/dist
0 commit comments