'Generic Commit'
Some checks failed
dropshell-build / build (linux/arm64) (push) Has been cancelled
dropshell-build / build (linux/amd64) (push) Has been cancelled

This commit is contained in:
Your Name
2025-06-15 08:59:00 +12:00
parent 5de0f19769
commit a075d45ed3
6 changed files with 25 additions and 62 deletions

View File

@ -9,7 +9,12 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v4
@ -19,7 +24,7 @@ jobs:
registry: gitea.jde.nz
username: DoesntMatter
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Build Base - Multiple Architectures
- name: Build Base
run: |
cd build-base && ./build.sh
- name: Build Test Applications