|
2 | 2 |
|
3 | 3 | - type: crystal |
4 | 4 | os: Linux |
5 | | - arch: [x86_64] |
| 5 | + arch: [aarch64, x86_64] |
6 | 6 | title: Installer (DEB & RPM) |
7 | 7 | label: Linux installer |
8 | 8 | instructions_href: /install/on_linux/#installer |
|
16 | 16 |
|
17 | 17 | - type: crystal |
18 | 18 | os: Linux |
19 | | - arch: [x86_64, x86_64-bundled] |
| 19 | + arch: [aarch64, aarch64-bundled, x86_64, x86_64-bundled] |
20 | 20 | title: Tarball (`.tar.gz`) |
21 | 21 | instructions_href: /install/from_targz/ |
22 | 22 | archive_href: https://github.com/crystal-lang/crystal/releases/download/{{ version }}/crystal-{{ version }}-1-linux-{{ arch }}.tar.gz |
|
36 | 36 |
|
37 | 37 | - type: system |
38 | 38 | os: Linux |
39 | | - arch: [x86_64, aarch64] |
| 39 | + arch: [aarch64, x86_64] |
40 | 40 | title: Apk (Alpine Linux) |
41 | 41 | example: | |
42 | 42 | ```shell |
|
73 | 73 |
|
74 | 74 | - type: community |
75 | 75 | os: Linux |
76 | | - arch: [x86_64] |
| 76 | + arch: [aarch64, x86_64] |
77 | 77 | title: Homebrew/Linuxbrew |
78 | 78 | example: | |
79 | 79 | ```shell |
|
85 | 85 |
|
86 | 86 | - type: community |
87 | 87 | os: Linux |
88 | | - arch: [x86_64] |
| 88 | + arch: [aarch64, x86_64] |
89 | 89 | title: asdf |
90 | 90 | instructions_href: /install/from_asdf/ |
91 | 91 | example: | |
|
110 | 110 |
|
111 | 111 | - type: community |
112 | 112 | os: Linux |
113 | | - arch: [x86_64, aarch64] |
| 113 | + arch: [aarch64, x86_64] |
114 | 114 | title: Nix |
115 | 115 | example: '`crystal` package' |
116 | 116 | repo_href: https://search.nixos.org/packages?show=crystal&channel=unstable&from=0&size=50&sort=relevance&type=packages&query=crystal |
|
119 | 119 |
|
120 | 120 | - type: community |
121 | 121 | os: Linux |
122 | | - arch: [x86_64, aarch64] |
| 122 | + arch: [aarch64, x86_64] |
123 | 123 | title: 84codes (DEB & RPM) |
124 | 124 | instructions_href: https://packagecloud.io/84codes/crystal |
125 | 125 | repo_href: https://packagecloud.io/84codes/crystal |
|
137 | 137 |
|
138 | 138 | - type: community |
139 | 139 | os: MacOS |
140 | | - arch: [x86_64, aarch64] |
| 140 | + arch: [aarch64, x86_64] |
141 | 141 | title: Homebrew |
142 | 142 | example: | |
143 | 143 | ```shell |
|
162 | 162 |
|
163 | 163 | - type: community |
164 | 164 | os: MacOS |
165 | | - arch: [x86_64, aarch64] |
| 165 | + arch: [aarch64, x86_64] |
166 | 166 | title: Nix |
167 | 167 | example: '`crystal` package' |
168 | 168 | repo_href: https://search.nixos.org/packages?show=crystal&channel=unstable&from=0&size=50&sort=relevance&type=packages&query=crystal |
|
171 | 171 |
|
172 | 172 | - type: community |
173 | 173 | os: MacOS |
174 | | - arch: [x86_64, aarch64] |
| 174 | + arch: [aarch64, x86_64] |
175 | 175 | title: MacPorts |
176 | 176 | example: | |
177 | 177 | ```shell |
|
276 | 276 |
|
277 | 277 | - type: system |
278 | 278 | os: FreeBSD |
279 | | - arch: [x86_64, aarch64] |
| 279 | + arch: [aarch64, x86_64] |
280 | 280 | title: Package |
281 | 281 | instructions_href: /install/on_freebsd/#install-package |
282 | 282 | example: | |
|
286 | 286 |
|
287 | 287 | - type: system |
288 | 288 | os: FreeBSD |
289 | | - arch: [x86_64, aarch64] |
| 289 | + arch: [aarch64, x86_64] |
290 | 290 | title: Port |
291 | 291 | instructions_href: /install/on_freebsd/#install-port |
292 | 292 | example: | |
|
302 | 302 |
|
303 | 303 | - type: system |
304 | 304 | os: OpenBSD |
305 | | - arch: [x86_64, aarch64] |
| 305 | + arch: [aarch64, x86_64] |
306 | 306 | title: Package |
307 | 307 | instructions_href: /install/on_openbsd/#install-package |
308 | 308 | example: | |
|
312 | 312 |
|
313 | 313 | - type: system |
314 | 314 | os: OpenBSD |
315 | | - arch: [x86_64, aarch64] |
| 315 | + arch: [aarch64, x86_64] |
316 | 316 | title: Port |
317 | 317 | instructions_href: /install/on_openbsd/#install-port |
318 | 318 | example: | |
|
354 | 354 |
|
355 | 355 | - type: community |
356 | 356 | os: Docker |
357 | | - arch: [x86_64, aarch64] |
| 357 | + arch: [aarch64, x86_64] |
358 | 358 | title: 84codes |
359 | 359 | example: | |
360 | 360 | ```shell |
|
367 | 367 |
|
368 | 368 | - type: crystal |
369 | 369 | os: Tools |
370 | | - arch: [x86_64, aarch64] |
| 370 | + arch: [aarch64, x86_64] |
371 | 371 | title: GitHub Actions |
372 | 372 | instructions_href: https://crystal-lang.github.io/install-crystal/ |
373 | 373 | example: | |
|
379 | 379 |
|
380 | 380 | - type: community |
381 | 381 | os: Tools |
382 | | - arch: [x86_64, aarch64] |
| 382 | + arch: [aarch64, x86_64] |
383 | 383 | title: devenv.sh |
384 | 384 | example: | |
385 | 385 | ```nix |
|
0 commit comments