Skip to content

Commit

Permalink
build: set image storage location for gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Nov 7, 2024
1 parent d0ae253 commit bb717ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func RunE2e(buildOS, buildConfig, buildInfra string, dryRun bool) error {
}
// extra args for gcp
if buildInfra == gcp {
args = append(args, "--project-id=eng-ksphere-platform-e2e", "--network=kib-ssh-network")
args = append(args, "--project-id=eng-ksphere-platform-e2e", "--network=kib-ssh-network", "--image-storage-locations=us-west1")
}
fmt.Printf("Running %s with args %v\n", wrapperCmd, args)
return sh.RunV(wrapperCmd, args...)
Expand Down

0 comments on commit bb717ec

Please sign in to comment.