Skip to content

Commit

Permalink
fix: build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gritzkoo committed Nov 6, 2024
1 parent 09ea2b2 commit 0a650a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
with:
go-version: "1.23"
- name: build package
env:
CGO_ENABLED: 0
GOOS: linux
# env:
# CGO_ENABLED: 0
# GOOS: linux
run: |
go mod tidy
go build -race -a -installsuffix cgo -o entrypoint pkg/**/*.go

0 comments on commit 0a650a0

Please sign in to comment.