Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail committed Oct 24, 2024
1 parent de67f6f commit 534beb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
go-version: ${{ steps.variables.outputs.golang_version }}

- name: Build binary
if: ${{ matrix.os }} != windows && ${{ matrix.arch }} != arm64
run: |
GOOS=${{ matrix.os }}
GOARCH=${{ matrix.arch }}
Expand Down

0 comments on commit 534beb4

Please sign in to comment.