Skip to content

Commit

Permalink
fix build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent 48dc4c1 commit ba4d56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
go build -ldflags="-s -w" -o go-dnscollector.exe .
else
CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=amd64 go build -ldflags="-s -w" -o go-dnscollector *.go
fi
docker-build-all:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba4d56a

Please sign in to comment.