chore(ci): Fix publish action

This commit is contained in:
Donny/강동윤 2023-01-05 19:58:28 +09:00
parent f299101820
commit ed2277fc07

View File

@ -95,7 +95,7 @@ jobs:
export CC_aarch64_unknown_linux_gnu=/usr/aarch64-unknown-linux-gnu/bin/aarch64-unknown-linux-gnu-gcc &&
yarn build --target aarch64-unknown-linux-gnu &&
llvm-strip -x swc.linux-arm64-gnu.node
- host: ubuntu-18.04
- host: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
setup: |
sudo apt-get update