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 099d7ba commit 8eae1b9Copy full SHA for 8eae1b9
.github/workflows/build.yml
@@ -213,6 +213,9 @@ jobs:
213
# CPUs/2
214
MAX_CONCURRENT_TASKS=$(($(nproc) / 2))
215
216
+ wget https://8080--0195b910-1349-73b4-a24c-a0c5a2c48849.us01.gitpod.dev/leeway -O /usr/local/bin/leeway
217
+ chmod +x /usr/local/bin/leeway
218
+
219
leeway build dev:all \
220
--max-concurrent-tasks $MAX_CONCURRENT_TASKS \
221
--docker-build-options network=host \
0 commit comments