Skip to content

Commit

Permalink
fix release-prox.yml to push to the right packages repo and perform a
Browse files Browse the repository at this point in the history
multi platform build instead of doing it in one run.
  • Loading branch information
jens-maus committed Nov 14, 2024
1 parent eeca055 commit 9fc1018
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build HA Proxy-Addon
name: Build HA Proxy-Addon [${{ matrix.arch }}]
strategy:
matrix:
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]

steps:
- name: Check out repository
Expand Down Expand Up @@ -39,8 +42,8 @@ jobs:
with:
args: |
${{ env.BUILD_ARGS }} \
--all \
--${{ matrix.arch }} \
--target /data/home-assistant-addon-proxy \
--image "${{ env.IMAGE }}" \
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
--docker-hub "ghcr.io/${{ github.repository }}" \
--addon

0 comments on commit 9fc1018

Please sign in to comment.