'Generic Commit'
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user