Commit d62ea87
committed
Fix Konflux build platform arch
The GOOS and GOARCH env vars need to be set explicitly, otherwise we
just build the linux x86 binary over and over. Looks like this
regression was introduced in commit b8db99c.
I think restoring the export on those two vars would also have
worked.
Ref: https://issues.redhat.com/browse/SECURESIGN-10541 parent 9f89d87 commit d62ea87
1 file changed
Lines changed: 1 addition & 1 deletion
| 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