Skip to content

Commit

Permalink
Merge pull request #243 from freeswitch/cicd
Browse files Browse the repository at this point in the history
GHA: Use `armhf` instead of `arm`
  • Loading branch information
s3rj1k committed Jan 16, 2024
2 parents 2f73660 + 11fc78b commit 60b14e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- stretch
platform:
- amd64
- arm
- armhf
with:
PROJECT_NAME: sofia-sip
RUNNER: ubuntu-latest
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- stretch
platform:
- amd64
- arm
- armhf
uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- stretch
platform:
- amd64
- arm
- 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 @@ -176,7 +176,7 @@ jobs:
- stretch
platform:
- amd64
- arm
- 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 @@ -223,7 +223,7 @@ jobs:
- deb
platform:
- amd64
- arm
- armhf
with:
RUNNER: ubuntu-latest
CREATE_DESTINATION_FOLDERS: false
Expand Down

0 comments on commit 60b14e5

Please sign in to comment.