Skip to content

Commit

Permalink
Use architecture and versions during CI build of hass addon
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbl authored Mar 4, 2024
1 parent 0d073a2 commit 5380aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: .
file: ./Dockerfile.HA_ADDON
build-args: BUILD_FROM=homeassistant/aarch64-base:latest
platforms: linux/arm64
platforms: linux/arm64/v8
push: true
tags: |
sibbl/hass-lovelace-kindle-screensaver-ha-addon-aarch64:${{ env.PACKAGE_VERSION }},
Expand All @@ -61,7 +61,7 @@ jobs:
context: .
file: ./Dockerfile.HA_ADDON
build-args: BUILD_FROM=homeassistant/armv7-base:latest
platforms: linux/armv7
platforms: linux/arm/v7
push: true
tags: |
sibbl/hass-lovelace-kindle-screensaver-ha-addon-armv7:${{ env.PACKAGE_VERSION }},
Expand Down

0 comments on commit 5380aad

Please sign in to comment.