Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Oct 29, 2023
1 parent c02324d commit 3cfb1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-golang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "$GOOS"
echo "$GOARCH"
mkdir build
CGO_ENABLE=0 GOOS=linux GOARCH=amd64 go build -a -o build/${{ github.repository }} ${{ inputs.ENTRANCE }}
CGO_ENABLE=0 GOOS=${{ input.GOOS }} GOARCH=${{ input.GOARCH }} go build -a -o build/${{ github.repository }} ${{ inputs.ENTRANCE }}
- id: environments
name: environments
run: |
Expand Down

0 comments on commit 3cfb1c3

Please sign in to comment.