chore: remove 32bit package

This commit is contained in:
MystiPanda
2024-02-15 18:22:15 +08:00
parent b2774abb54
commit a0625ef2e7
6 changed files with 2 additions and 45 deletions

View File

@@ -7,7 +7,6 @@ import { getOctokit, context } from "@actions/github";
const target = process.argv.slice(2)[0];
const ARCH_MAP = {
"i686-pc-windows-msvc": "x86",
"x86_64-pc-windows-msvc": "x64",
"aarch64-pc-windows-msvc": "arm64",
};