- commit
- b9ae93d
- parent
- d0b47cc
- author
- Antonio Mika
- date
- 2024-10-03 22:15:25 +0000 UTC
Make sure to build pico app
1 files changed,
+19,
-0
+19,
-0
1@@ -76,6 +76,25 @@ jobs:
2 platforms: ${{ env.PLATFORMS }}
3 registry: ${{ env.REGISTRY }}
4 ssh: false
5+ build-pico:
6+ runs-on: ubuntu-22.04
7+ needs: test
8+ steps:
9+ - name: Checkout repo
10+ uses: actions/checkout@v3
11+ - name: Setup docker
12+ uses: ./.github/actions/setup
13+ with:
14+ registry: ${{ env.REGISTRY }}
15+ username: ${{ github.actor }}
16+ password: ${{ secrets.GITHUB_TOKEN }}
17+ - name: Run docker build for pico
18+ uses: ./.github/actions/build
19+ with:
20+ app: pico
21+ platforms: ${{ env.PLATFORMS }}
22+ registry: ${{ env.REGISTRY }}
23+ web: false
24 build-bouncer:
25 runs-on: ubuntu-22.04
26 needs: test