Skip to content

Commit 223546c

Browse files
Bump home-assistant/builder from 2025.09.0 to 2025.11.0 (#171)
* Bump home-assistant/builder from 2025.09.0 to 2025.11.0 Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2025.09.0 to 2025.11.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](home-assistant/builder@2025.09.0...2025.11.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-version: 2025.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Remove deprecated architectures from build.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
1 parent 7cdec48 commit 223546c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
7171

7272
- name: Build plugin
73-
uses: home-assistant/builder@2025.09.0
73+
uses: home-assistant/builder@2025.11.0
7474
with:
7575
args: |
7676
$BUILD_ARGS \

build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
image: ghcr.io/home-assistant/{arch}-hassio-dns
22
build_from:
33
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
64
amd64: ghcr.io/home-assistant/amd64-base:3.22
7-
i386: ghcr.io/home-assistant/i386-base:3.22
85
cosign:
96
base_identity: https://github.com/home-assistant/docker-base/.*
107
identity: https://github.com/home-assistant/plugin-dns/.*

0 commit comments

Comments
 (0)