robot: Release arm generic artifacts on release (#1315)

* 🤖 Release arm generic artifacts on release

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* Update release-arm.yaml

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

---------

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka 2023-04-18 13:55:59 +02:00
parent 8a97b00af3
commit ef1b632b40

View File

@ -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