We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623e208 commit c80b20eCopy full SHA for c80b20e
assets/install.js
@@ -166,16 +166,21 @@ async function update() {
166
167
const { date, version, ...artifacts } = json;
168
169
+ // Matches https://ziglang.org/download/
170
const targets = [
171
"windows-x86_64",
172
"windows-aarch64",
173
"windows-x86",
- "macos-aarch64",
174
"macos-x86_64",
175
+ "macos-aarch64",
176
"linux-x86_64",
- "linux-x86",
177
"linux-aarch64",
178
- "linux-arm",
+ "linux-armv7a",
179
+ "linux-armv",
180
+ "linux-riscv64",
181
+ "linux-powerpc64le",
182
+ "linux-x86",
183
+ "linux-loongarch64",
184
"wasi-wasm32",
185
];
186
0 commit comments