We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61742f4 + 44638e1 commit 69bb4acCopy full SHA for 69bb4ac
CONTRIBUTING.md
@@ -18,20 +18,17 @@ Please see https://git.k8s.io/community/CLA.md for more info
18
Setup:
19
20
- Download [google container builder](https://cloud.google.com/container-builder/docs/build-debug-locally)
21
-- Export `GOOS` (darwin/linux) and `GOARCH` (amd64) vars to match the system to build
22
- Export `OUTPUT` to a location to write the directory containing the final build artifacts
23
24
```sh
25
-export GOOS=darwin
26
-export GOARCH=amd64
27
export OUTPUT=/tmp/kubebuilder
28
```
29
30
Run container-builder:
31
32
33
container-builder-local --config=build/cloudbuild_local.yaml --dryrun=false \
34
- --substitutions=_GOOS=$GOOS,_GOARCH=$GOARCH --write-workspace=$OUTPUT .
+ --write-workspace=$OUTPUT .
35
36
37
Extract `tar.gz` from $OUTPUT to /usr/local
0 commit comments