We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e2618 commit 94e1f93Copy full SHA for 94e1f93
.github/workflows/builder.yml
@@ -70,7 +70,7 @@ jobs:
70
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
71
72
- name: Build plugin
73
- uses: home-assistant/builder@2025.09.0
+ uses: home-assistant/builder@2025.11.0
74
with:
75
args: |
76
$BUILD_ARGS \
build.yaml
@@ -1,10 +1,7 @@
1
image: ghcr.io/home-assistant/{arch}-hassio-audio
2
build_from:
3
aarch64: ghcr.io/home-assistant/aarch64-base:3.22
4
- armhf: ghcr.io/home-assistant/armhf-base:3.22
5
- armv7: ghcr.io/home-assistant/armv7-base:3.22
6
amd64: ghcr.io/home-assistant/amd64-base:3.22
7
- i386: ghcr.io/home-assistant/i386-base:3.22
8
cosign:
9
base_identity: https://github.com/home-assistant/docker-base/.*
10
identity: https://github.com/home-assistant/plugin-audio/.*
0 commit comments