From ebbc6a87f5d620bc538ff06918d40713466dc704 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Mon, 5 Feb 2024 16:14:43 +0300 Subject: [PATCH] JH Update --- .github/workflows/jh-builder.yml | 3 ++- build-jethub.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jh-builder.yml b/.github/workflows/jh-builder.yml index 94daf32fb0bfd2..de855a71c4711f 100644 --- a/.github/workflows/jh-builder.yml +++ b/.github/workflows/jh-builder.yml @@ -285,6 +285,7 @@ jobs: - odroid-c4 - qemuarm - qemuarm-64 + - qemux86-64 steps: - name: Checkout the repository uses: actions/checkout@v4.1.1 @@ -369,7 +370,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Install Cosign - uses: sigstore/cosign-installer@v3.3.0 + uses: sigstore/cosign-installer@v3.4.0 with: cosign-release: "v2.0.2" diff --git a/build-jethub.yaml b/build-jethub.yaml index f11fc059c6e7aa..1469bb61d9decf 100644 --- a/build-jethub.yaml +++ b/build-jethub.yaml @@ -1,10 +1,10 @@ image: ghcr.io/jethub-homeassistant/{arch}-homeassistant build_from: - aarch64: ghcr.io/jethub-homeassistant/aarch64-homeassistant-base:2024.01.0 - armhf: ghcr.io/jethub-homeassistant/armhf-homeassistant-base:2024.01.0 - armv7: ghcr.io/jethub-homeassistant/armv7-homeassistant-base:2024.01.0 - amd64: ghcr.io/jethub-homeassistant/amd64-homeassistant-base:2024.01.0 - i386: ghcr.io/jethub-homeassistant/i386-homeassistant-base:2024.01.0 + aarch64: ghcr.io/jethub-homeassistant/aarch64-homeassistant-base:2024.02.0 + armhf: ghcr.io/jethub-homeassistant/armhf-homeassistant-base:2024.02.0 + armv7: ghcr.io/jethub-homeassistant/armv7-homeassistant-base:2024.02.0 + amd64: ghcr.io/jethub-homeassistant/amd64-homeassistant-base:2024.02.0 + i386: ghcr.io/jethub-homeassistant/i386-homeassistant-base:2024.02.0 codenotary: signer: vb@jethome.ru base_image: vb@jethome.ru