update docker build
Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
parent
cbc68bc011
commit
b3cf60d136
2 changed files with 29 additions and 9 deletions
7
ingressctl/cmd/arch.go
Normal file
7
ingressctl/cmd/arch.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package cmd
|
||||
|
||||
import "runtime"
|
||||
|
||||
func getArch() string {
|
||||
return runtime.GOARCH
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue