Skip to content

Commit

Permalink
fix /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found
Browse files Browse the repository at this point in the history
  • Loading branch information
masahide committed Apr 16, 2023
1 parent c7bd4b4 commit 23d11d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Build
run: |
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v \
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} CGO_ENABLED=0 go build -v \
-ldflags "-X main.version=${{ needs.info.outputs.ver }}
-X main.commit=${{ needs.info.outputs.hash }}
-X main.date=$(date --iso-8601=seconds)" \
Expand Down

0 comments on commit 23d11d5

Please sign in to comment.