Skip to content

Commit

Permalink
Only compile not-cgo parts
Browse files Browse the repository at this point in the history
  • Loading branch information
bencooper222 committed Jun 14, 2023
1 parent aa94814 commit 5f08923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: '1.20'

- name: Build for ${{ matrix.os }}-{{ matrix.arch }}
run: go build -o ultra-dumb-200-server-${{ matrix.os }}-${{ matrix.arch }} -v .
run: go build -tags osusergo,netgo -o ultra-dumb-200-server-${{ matrix.os }}-${{ matrix.arch }} -v .
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit 5f08923

Please sign in to comment.