Skip to content

Commit 29e22c2

Browse files
committed
Do not specify env vars as we are not cross compiling
1 parent 00b43fd commit 29e22c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-binary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
3333

3434
- name: Build binary
35-
env:
36-
GOOS: ${{ inputs.goos }}
37-
GOARCH: ${{ inputs.goarch }}
35+
# env:
36+
# GOOS: ${{ inputs.goos }}
37+
# GOARCH: ${{ inputs.goarch }}
3838
shell: bash
3939
run: |
4040
EXTENSION=""

0 commit comments

Comments
 (0)