Skip to content

Commit

Permalink
Merge pull request #6264 from jandubois/native-rdctl
Browse files Browse the repository at this point in the history
Build M1 version of rdctl and docker-credential-none
  • Loading branch information
mook-as authored Jan 4, 2024
2 parents 1cda077 + b5f0a65 commit de85021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/lib/build-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ export default {
cwd: path.join(this.rootDir, 'src', 'go', name),
env: {
...process.env,
GOOS: this.mapPlatformToGoOS(platform),
GOOS: this.mapPlatformToGoOS(platform),
GOARCH: this.mapArchToGoArch(this.arch),
},
});
},
Expand Down

0 comments on commit de85021

Please sign in to comment.