Skip to content

Commit

Permalink
Build M1 version of rdctl and docker-credential-none
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Jan 4, 2024
1 parent 4f36566 commit b5f0a65
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 b5f0a65

Please sign in to comment.