Merge pull request #25646 from baude/noarchset

Do not set arch for windows to amd64
This commit is contained in:
openshift-merge-bot[bot] 2025-03-24 14:21:03 +00:00 committed by GitHub
commit e65687291a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ $ErrorActionPreference = 'Stop'
# Any golang compilation needs to know what it's building for.
$Env:GOOS = "windows"
$Env:GOARCH = "amd64"
# Unnecessary and intrusive. They claim parameter/variable
# values aren't collected, but there could be a bug leading