Skip to content

Commit 69bb4ac

Browse files
author
Phillip Wittrock
authored
Merge pull request #210 from font/contributing
Update contributing guide to build successfully
2 parents 61742f4 + 44638e1 commit 69bb4ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,17 @@ Please see https://git.k8s.io/community/CLA.md for more info
1818
Setup:
1919

2020
- 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
2221
- Export `OUTPUT` to a location to write the directory containing the final build artifacts
2322

2423
```sh
25-
export GOOS=darwin
26-
export GOARCH=amd64
2724
export OUTPUT=/tmp/kubebuilder
2825
```
2926

3027
Run container-builder:
3128

3229
```sh
3330
container-builder-local --config=build/cloudbuild_local.yaml --dryrun=false \
34-
--substitutions=_GOOS=$GOOS,_GOARCH=$GOARCH --write-workspace=$OUTPUT .
31+
--write-workspace=$OUTPUT .
3532
```
3633

3734
Extract `tar.gz` from $OUTPUT to /usr/local

0 commit comments

Comments
 (0)