Skip to content

Commit ff7cc34

Browse files
Bump home-assistant/builder from 2025.09.0 to 2025.11.0 (#246)
* 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 26d6b0e commit ff7cc34

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/builder.yml

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

7373
- name: Build plugin
74-
uses: home-assistant/builder@2025.09.0
74+
uses: home-assistant/builder@2025.11.0
7575
with:
7676
args: |
7777
$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-observer
22
build_from:
33
aarch64: scratch
4-
armhf: scratch
5-
armv7: scratch
64
amd64: scratch
7-
i386: scratch
85
cosign:
96
base_identity: https://github.com/home-assistant/docker-base/.*
107
identity: https://github.com/home-assistant/plugin-observer/.*

0 commit comments

Comments
 (0)