update docker build

Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
James Strong 2023-06-12 18:28:25 -07:00
parent cbc68bc011
commit b3cf60d136
Failed to extract signature
2 changed files with 29 additions and 9 deletions

7
ingressctl/cmd/arch.go Normal file
View file

@ -0,0 +1,7 @@
package cmd
import "runtime"
func getArch() string {
return runtime.GOARCH
}