We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f3554 commit 1446dc1Copy full SHA for 1446dc1
.github/workflows/build.yml
@@ -11,5 +11,5 @@ jobs:
11
uses: actions/checkout@v3
12
- name: build_container
13
run: ./run.sh amd64 true
14
- - name: build opt
15
- run: ./run.sh amd64 ./build.sh opt
+ - name: build all
+ run: ./run.sh amd64 ./build.sh all
0 commit comments