Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
QwaSeeK committed Feb 25, 2025
1 parent 6939168 commit 316c604
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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
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 316c604

Please sign in to comment.