fix(doc): wiki url (#3117)
This commit is contained in:
parent
5c56bdf634
commit
d070187005
|
|
@ -63,7 +63,7 @@ Not sure what to put? Include:
|
||||||
|
|
||||||
The code in this repo should follow best practices, specifically:
|
The code in this repo should follow best practices, specifically:
|
||||||
|
|
||||||
- [Go code review comments](https://github.com/golang/go/wiki/CodeReviewComments)
|
- [Go code review comments](https://go.dev/wiki/CodeReviewComments)
|
||||||
|
|
||||||
## Finding something to work on
|
## Finding something to work on
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ When you're ready, you can [create a PR](#creating-a-pr)!
|
||||||
## Checkout your fork
|
## Checkout your fork
|
||||||
|
|
||||||
The Go tools require that you clone the repository to the `src/github.com/GoogleContainerTools/kaniko` directory
|
The Go tools require that you clone the repository to the `src/github.com/GoogleContainerTools/kaniko` directory
|
||||||
in your [`GOPATH`](https://github.com/golang/go/wiki/SettingGOPATH).
|
in your [`GOPATH`](https://go.dev/wiki/SettingGOPATH).
|
||||||
|
|
||||||
To check out this repository:
|
To check out this repository:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -867,7 +867,7 @@ build --platform xxx the value has to be on the form
|
||||||
It's also possible specifying CPU variants adding it as a third parameter (like
|
It's also possible specifying CPU variants adding it as a third parameter (like
|
||||||
`--custom-platform=linux/arm/v5`). Currently CPU variants are only known to be
|
`--custom-platform=linux/arm/v5`). Currently CPU variants are only known to be
|
||||||
used for the ARM architecture as listed here:
|
used for the ARM architecture as listed here:
|
||||||
[GOARM](https://github.com/golang/go/wiki/GoArm#supported-architectures)
|
[GOARM](https://go.dev/wiki/GoArm#supported-architectures)
|
||||||
|
|
||||||
_The resulting images cannot provide any metadata about CPU variant due to a
|
_The resulting images cannot provide any metadata about CPU variant due to a
|
||||||
limitation of the OCI-image specification._
|
limitation of the OCI-image specification._
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue