Skip to content

Commit 2a67ff9

Browse files
committed
fix: add amd64_x86 architecture alias [skip ci]
1 parent 76f06a9 commit 2a67ff9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/env/arch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64"]
1+
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64", "amd64_x86"]
22
export const x86 = ["x86", "i386", "ia32", "win32", "32", "x32"]
33
export const arm64 = ["aarch64", "arm64", "woa64", "arm"]
44
export const armv7 = ["armv7", "armv7a"]

0 commit comments

Comments
 (0)