Skip to content

Commit

Permalink
ci: fix build for muslc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Chen committed Jan 9, 2024
1 parent 02c474f commit 156a98a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: https://dl.google.com/go/go1.20.linux-amd64.tar.gz
pre_command: export CGO_ENABLED=0
ldflags: -s -w -X main.version=${{ github.event.release.tag_name }}
binary_name: memory-calculator
extra_files: entrypoint.sh
Expand Down

0 comments on commit 156a98a

Please sign in to comment.