Skip to content

Commit

Permalink
feat: launchpad m1 download links (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaT82 committed Feb 2, 2024
1 parent 679b2e3 commit ff67847
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _data/launchpad_downloads.yml
Expand Up @@ -19,7 +19,8 @@
defaultActive: active
ctaText: Download for Ubuntu
filter_spec: ubuntu
archOptions: [{ value: x86_64, label: x86_64 }]
archOptions:
[{ value: x86_64, label: x86_64 }, { value: arm64, label: arm64 }]
networkOptions: [{ value: nextnet, label: Nextnet }]
- type: Mac
elementID: mac
Expand All @@ -41,7 +42,8 @@
logo-active: /img/downloads/apple-logo-active.svg
ctaText: Download for Mac
filter_spec: osx-10.15
archOptions: [{ value: x86_64, label: x86_64 }]
archOptions:
[{ value: x86_64, label: x86_64 }, { value: arm64, label: arm64 }]
networkOptions: [{ value: nextnet, label: Nextnet }]
- type: Windows
elementID: windows
Expand Down

0 comments on commit ff67847

Please sign in to comment.