Skip to content

Commit

Permalink
Add arm64 on platforms (#16)
Browse files Browse the repository at this point in the history
Without adding arm64 on metadata the snapcraft is not able to
properly build the snap.
  • Loading branch information
gabrielcocenza authored Sep 12, 2024
1 parent c190cba commit 6041718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6041718

Please sign in to comment.