mirror of
https://git.kb-one.de/kb01/corne-keyboard-config.git
synced 2025-12-05 11:48:53 +00:00
Changed runs on to docker
This commit is contained in:
parent
d523103e70
commit
1ed1bb93a3
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -26,7 +26,7 @@ on:
|
|||
|
||||
jobs:
|
||||
matrix:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
name: Fetch Build Keyboards
|
||||
outputs:
|
||||
build_matrix: ${{ env.build_matrix }}
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
yaml2json "${{ inputs.build_matrix_path }}" | jq
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: zmkfirmware/zmk-build-arm:stable
|
||||
needs: matrix
|
||||
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
path: ${{ env.build_dir }}/artifacts
|
||||
|
||||
merge:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: build
|
||||
name: Merge Output Artifacts
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue