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

@@ -1,7 +1,7 @@
pnpm install
pnpm check $INPUT_TARGET
sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tauri/Cargo.toml
if [ "$INPUT_TARGET" = "x86_64-unknown-linux-gnu" ] || [ "$INPUT_TARGET" = "i686-unknown-linux-gnu" ]; then
if [ "$INPUT_TARGET" = "x86_64-unknown-linux-gnu" ]; then
pnpm build --target $INPUT_TARGET
else
pnpm build --target $INPUT_TARGET -b deb