Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
QwaSeeK committed Feb 26, 2025
1 parent ee4ffa8 commit 46c77aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
- ".github/**"

env:
DEFAULT_PYTHON: "3.12"
DEFAULT_PYTHON: "3.13"
BUILD_NAME: supervisor
BUILD_TYPE: supervisor

Expand Down Expand Up @@ -133,13 +133,13 @@ jobs:

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
if: needs.init.outputs.publish == 'true'
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}

- name: Install Cosign
if: needs.init.outputs.publish == 'true'
uses: sigstore/cosign-installer@v3.7.0
uses: sigstore/cosign-installer@v3.8.1
with:
cosign-release: "v2.4.0"

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV

- name: Build supervisor
uses: jethub-homeassistant/builder@2024.08.2
uses: jethub-homeassistant/builder@2025.02.0
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:

- name: Build the Supervisor
if: needs.init.outputs.publish != 'true'
uses: jethub-homeassistant/builder@2024.08.2
uses: jethub-homeassistant/builder@2025.02.0
with:
args: |
--test \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jh-buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- setup.py

env:
DEFAULT_PYTHON: "3.12"
DEFAULT_PYTHON: "3.13"
BUILD_NAME: supervisor
BUILD_TYPE: supervisor

Expand Down
10 changes: 5 additions & 5 deletions build-jethub.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image: ghcr.io/jethub-homeassistant/{arch}-hassio-supervisor
build_from:
aarch64: ghcr.io/jethub-homeassistant/aarch64-base-python:3.12-alpine3.20
armhf: ghcr.io/jethub-homeassistant/armhf-base-python:3.12-alpine3.20
armv7: ghcr.io/jethub-homeassistant/armv7-base-python:3.12-alpine3.20
amd64: ghcr.io/jethub-homeassistant/amd64-base-python:3.12-alpine3.20
i386: ghcr.io/jethub-homeassistant/i386-base-python:3.12-alpine3.20
aarch64: ghcr.io/jethub-homeassistant/aarch64-base-python:3.13-alpine3.20
armhf: ghcr.io/jethub-homeassistant/armhf-base-python:3.13-alpine3.20
armv7: ghcr.io/jethub-homeassistant/armv7-base-python:3.13-alpine3.20
amd64: ghcr.io/jethub-homeassistant/amd64-base-python:3.13-alpine3.20
i386: ghcr.io/jethub-homeassistant/i386-base-python:3.13-alpine3.20
codenotary:
signer: [email protected]
base_image: [email protected]
Expand Down

0 comments on commit 46c77aa

Please sign in to comment.