Support M1 MacBooks darwin/arm64 on the client-side
testing using: ``` build/run.sh make generated_files && make quick-release-images ``` Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -48,10 +48,10 @@ var (
|
||||
// interesting OS-based errors happen earlier.
|
||||
crossPlatforms = []string{
|
||||
"linux/amd64", "windows/386",
|
||||
"darwin/amd64", "linux/arm",
|
||||
"linux/386", "windows/amd64",
|
||||
"linux/arm64", "linux/ppc64le",
|
||||
"linux/s390x",
|
||||
"darwin/amd64", "darwin/arm64",
|
||||
"linux/arm", "linux/386",
|
||||
"windows/amd64", "linux/arm64",
|
||||
"linux/ppc64le", "linux/s390x",
|
||||
}
|
||||
|
||||
// directories we always ignore
|
||||
|
Reference in New Issue
Block a user