From ab6fe350d351eaf9109032c23c83b790dd11e47d Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:19:56 -0800 Subject: [PATCH] Change linux ia32 build to armv7l --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 7c9637c..f06fec3 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -31,8 +31,8 @@ jobs: - name: Install dependencies run: npm install - - name: Build (ia32) - run: npm run build -- --arch ia32 + - name: Build (armv7l) + run: npm run build -- --arch armv7l - name: Build (x64) run: npm run build -- --arch x64