Skip to content

Commit 6062a12

Browse files
committed
workflow: ignore raspi/buster
1 parent 69584c0 commit 6062a12

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
exclude:
1515
- docker_arch: amd64
1616
build_type: raspi
17+
- debian_version: buster
18+
build_type: raspi
1719
steps:
1820
- name: Checkout
1921
uses: actions/checkout@v3

.github/workflows/build_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
exclude:
1717
- docker_arch: amd64
1818
build_type: raspi
19+
- debian_version: buster
20+
build_type: raspi
1921
steps:
2022
- name: Checkout
2123
uses: actions/checkout@v3

0 commit comments

Comments
 (0)