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 authored and rootCircle committed Feb 16, 2024
1 parent 8a6eef7 commit f0cac80
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 f0cac80

Please sign in to comment.