Fixing git workflow build
Some checks failed
Build QMK Firmware with Docker / build (push) Has been cancelled

This commit is contained in:
2025-07-15 00:29:17 -05:00
parent 103a31736b
commit 2db409ff53

View File

@@ -6,27 +6,11 @@ jobs:
runs-on: ubuntu-latest
container:
image: ubuntu
strategy:
matrix:
keyboard: [draculad, iris, scottogame, sweep, swoop]
include:
- keyboard: draculad
qmk_path: draculad
- keyboard: iris
qmk_path: keebio/iris/rev8
- keyboard: scottogame
qmk_path: handwired/scottokeebs/scottogame
- keyboard: sweep
qmk_path: ferris/sweep
- keyboard: swoop
qmk_path: bluebell/swoop
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build Docker image
run: docker build --load -t qmk-builder .
- name: Tag Docker image