Skip to content

Commit

Permalink
feat: add platforms section to snapcraft.yaml for amd64 architecture …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
haukened committed Nov 14, 2024
1 parent 008ffbc commit f1e472f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: |
It tests both TCP latency and HTTP download speed to determine the fastest
mirrors. Alternative to netselct and the mirror protocol.
adopt-info: mirrorselect
architectures: [amd64]
base: core24
confinement: strict
contact: [email protected]
Expand All @@ -16,6 +15,11 @@ license: GPL-3.0s
type: app
website: https://github.com/haukened/mirrorselect

platforms:
amd64:
build-on: [amd64]
build-for: [amd64]

apps:
mirrorselect:
command: bin/mirrorselect
Expand Down

0 comments on commit f1e472f

Please sign in to comment.