Skip to content

Commit de85021

Browse files
authored
Merge pull request #6264 from jandubois/native-rdctl
Build M1 version of rdctl and docker-credential-none
2 parents 1cda077 + b5f0a65 commit de85021

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/lib/build-utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,8 @@ export default {
444444
cwd: path.join(this.rootDir, 'src', 'go', name),
445445
env: {
446446
...process.env,
447-
GOOS: this.mapPlatformToGoOS(platform),
447+
GOOS: this.mapPlatformToGoOS(platform),
448+
GOARCH: this.mapArchToGoArch(this.arch),
448449
},
449450
});
450451
},

0 commit comments

Comments
 (0)