Commit 9df3a83
Fix building release binary for darwin_amd64
Running the release job on macos-latest is using darwin_arm64, so cross compiling the
binary to darwin_amd64.
To make this work, either the build needs to run under Rosetta, or the build needs a
C cross compiler targetting darwin_amd64 (otherwise CGO is disabled).
Using the macos-13 runner fixes this problem by avoiding to cross compile.1 parent fd91a53 commit 9df3a83
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments