Skip to content

Commit

Permalink
Update binaries build pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tkachenko committed Dec 19, 2023
1 parent db832de commit 94481ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
gcc \
git \
gzip \
musl-dev \
make
go version
Expand Down Expand Up @@ -334,6 +335,7 @@ jobs:
go version
run: |-
export PATH=${PATH}:/usr/local/go/bin && \
export CGO_CFLAGS="-D_LARGEFILE64_SOURCE" && \
mkdir -p /tmp/api-firewall-${{ matrix.artifact }} && \
go mod download -x && \
go build \
Expand Down

0 comments on commit 94481ba

Please sign in to comment.