Skip to content

Commit

Permalink
Add ability to build snap for both amd64 & arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Jan 21, 2024
1 parent 27ca776 commit e71edd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ adopt-info: auto-cpufreq

compression: lzo

architectures:
- build-on: [amd64]
build-for: [amd64]
- build-on: [amd64]
build-for: [arm64]

parts:
auto-cpufreq:
plugin: python
Expand Down

0 comments on commit e71edd8

Please sign in to comment.