Skip to content

Commit

Permalink
chore(ci): Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 5, 2023
1 parent f299101 commit ed2277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.yml
Expand Up @@ -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
Expand Down

0 comments on commit ed2277f

Please sign in to comment.