1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-01 13:08:02 +02:00

Bugfix: Disable CGO when building multi-arch binaries

This commit is contained in:
Ralph Slooten 2022-08-04 20:46:39 +12:00
parent 19966fad81
commit 802f6f5672

View File

@ -38,6 +38,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: "mailpit"
pre_command: export CGO_ENABLED=0
asset_name: mailpit-${{ matrix.goos }}-${{ matrix.goarch }}
extra_files: LICENSE README.md
md5sum: false