We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b10fe8 commit 0353777Copy full SHA for 0353777
.github/workflows/ci.yaml
@@ -63,11 +63,13 @@ jobs:
63
- host: ubuntu-latest
64
target: 'aarch64-unknown-linux-gnu'
65
setup: |
66
+ sudo apt-get update
67
sudo apt-get install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu -y
68
build: npx lerna exec "yarn build --target aarch64-unknown-linux-gnu" --concurrency 1 --stream --no-prefix
69
70
target: 'armv7-unknown-linux-gnueabihf'
71
72
73
sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf -y
74
build: npx lerna exec "yarn build --target armv7-unknown-linux-gnueabihf" --concurrency 1 --stream --no-prefix
75
0 commit comments