diff --git a/Earthfile b/Earthfile index 0447c23..672a23c 100644 --- a/Earthfile +++ b/Earthfile @@ -52,6 +52,10 @@ all-arm: BUILD +grype-scan BUILD +arm-image +all-arm-generic: + BUILD --platform=linux/arm64 +image + BUILD --platform=linux/arm64 +iso + go-deps: ARG GO_VERSION FROM golang:$GO_VERSION