We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49e4d3 commit 225f487Copy full SHA for 225f487
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- {os: ubuntu, codename: noble, image_owner: , package_type: deb}
72
# - {os: raspbian, codename: buster, image_owner: igagis/, package_type: deb, labels: [arm32,docker]}
73
# - {os: raspbian, codename: bullseye, image_owner: igagis/, package_type: deb, labels: [arm32,docker]}
74
- - {os: raspbian, codename: bookworm, image_owner: igagis/, package_type: deb, labels: [ubuntu-24.04-arm]}
+ # - {os: raspbian, codename: bookworm, image_owner: igagis/, package_type: deb, labels: [ubuntu-24.04-arm]}
75
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
76
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
77
name: linux - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
0 commit comments