Skip to content

Commit

Permalink
try image that gentuere referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Aug 16, 2024
1 parent 8b19976 commit 8095bba
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@ name: Reusable user config build

on:
[push, pull_request, workflow_dispatch]
workflow_call:
inputs:
build_matrix_path:
description: "Path to the build matrix file"
default: "build.yaml"
required: false
type: string
config_path:
description: "Path to the config directory"
default: "config"
required: false
type: string
fallback_binary:
description: "Fallback binary format, if no *.uf2 file was built"
default: "bin"
required: false
type: string
archive_name:
description: "Archive output file name"
default: "firmware"
required: false
type: string

jobs:
matrix:
Expand All @@ -46,7 +24,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: zmkfirmware/zmk-build-arm:3.5-branch-20240724023030-3.5.0-0.16.3-f93290b3ab1a-10069499076
image: zmkfirmware/zmk-build-arm:stable@sha256:0979a8de325e3d822e48bd8d1d9efaee2984ad3750253119f920a342f0ce5cde
needs: matrix
name: Build
strategy:
Expand Down

0 comments on commit 8095bba

Please sign in to comment.