From 6041718b7330220ef23108d8e67296b05bd6dcbe Mon Sep 17 00:00:00 2001 From: Gabriel Cocenza Date: Thu, 12 Sep 2024 20:45:38 -0300 Subject: [PATCH] Add arm64 on platforms (#16) Without adding arm64 on metadata the snapcraft is not able to properly build the snap. --- snap/snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2cf0380..fa07676 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,6 +10,9 @@ platforms: amd64: build-on: [amd64] build-for: [amd64] + arm64: + build-on: [arm64] + build-for: [arm64] grade: stable confinement: strict source-code: https://github.com/canonical/dcgm-snap