Skip to content

Commit

Permalink
Merge pull request #195 from signalwire/armhf_deb
Browse files Browse the repository at this point in the history
GHA: Add DEB armhf support.
  • Loading branch information
s3rj1k authored Jan 26, 2024
2 parents 3f9b7a2 + a896ee9 commit 7b26339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- stretch
platform:
- amd64
- armhf
with:
PROJECT_NAME: libks
RUNNER: ubuntu-latest
Expand All @@ -52,6 +53,7 @@ jobs:
- stretch
platform:
- amd64
- armhf
uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact
Expand All @@ -75,6 +77,7 @@ jobs:
- stretch
platform:
- amd64
- armhf
uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact
Expand Down Expand Up @@ -106,6 +109,7 @@ jobs:
- stretch
platform:
- amd64
- armhf
uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-meta
Expand Down Expand Up @@ -133,6 +137,7 @@ jobs:
- deb
platform:
- amd64
- armhf
with:
RUNNER: ubuntu-latest
CREATE_DESTINATION_FOLDERS: false
Expand Down

0 comments on commit 7b26339

Please sign in to comment.