You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GOARCH=amd64 go build -o "build/amd64/smimesign.exe" -ldflags "-X main.versionString=${{ env.GIT_VERSION }}"
But I had trouble figuring out how to build for GOARCH=386 without errors. Right now, we use https://github.com/egor-tensin/setup-mingw to switch to 32-bit builds, which pulls down a bunch of tooling and takes a few minutes:
We build
amd64
directly:smimesign/.github/workflows/build-binaries.yml
Line 89 in e650daf
But I had trouble figuring out how to build for
GOARCH=386
without errors. Right now, we use https://github.com/egor-tensin/setup-mingw to switch to 32-bit builds, which pulls down a bunch of tooling and takes a few minutes:smimesign/.github/workflows/build-binaries.yml
Lines 90 to 94 in e650daf
I can't help but feel there must still be a nice (or at least much faster) way to do this using the built-in tools from Actions.
The text was updated successfully, but these errors were encountered: