mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Merge pull request #25646 from baude/noarchset
Do not set arch for windows to amd64
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user