Skip to content

Commit

Permalink
Merge pull request #3 from puhitaku/strip
Browse files Browse the repository at this point in the history
Strip the binaries
  • Loading branch information
puhitaku authored Nov 2, 2024
2 parents 6cbb855 + 5e55694 commit fb870c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
go env
go version
go build -o tftp-now-${{ matrix.os }}-${{ matrix.GOARCH }}${{ matrix.os == 'windows' && '.exe' || '' }} .
go build -ldflags='-s -w' -o tftp-now-${{ matrix.os }}-${{ matrix.GOARCH }}${{ matrix.os == 'windows' && '.exe' || '' }} .
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fb870c0

Please sign in to comment.