Skip to content

Commit

Permalink
Alpine 3.14 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Nov 22, 2021
1 parent 8a80d94 commit bf90474
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:
--${{ matrix.architecture }} \
--target /data \
--generic $GIT_TAG_NAME
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
10 changes: 5 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image: "homeassistant/{arch}-builder"
shadow_repository: "ghcr.io/home-assistant"
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.13"
armv7: "ghcr.io/home-assistant/armv7-base:3.13"
armhf: "ghcr.io/home-assistant/armhf-base:3.13"
amd64: "ghcr.io/home-assistant/amd64-base:3.13"
i386: "ghcr.io/home-assistant/i386-base:3.13"
aarch64: "ghcr.io/home-assistant/aarch64-base:3.14"
armv7: "ghcr.io/home-assistant/armv7-base:3.14"
armhf: "ghcr.io/home-assistant/armhf-base:3.14"
amd64: "ghcr.io/home-assistant/amd64-base:3.14"
i386: "ghcr.io/home-assistant/i386-base:3.14"
codenotary:
signer: notary@home-assistant.io
base_image: notary@home-assistant.io
Expand Down

0 comments on commit bf90474

Please sign in to comment.