mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Release dynamically linked #169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paolafrancesca on GitHub.
in the release github workflow we are not building a static binary:
https://github.com/dutchcoders/transfer.sh/blob/master/.github/workflows/release.yml#L37
go build -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}vs
go build -tags netgo -ldflags '-a -s -w -extldflags "-static"' -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}