Skip to content

Commit

Permalink
Drop powerPC
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 13, 2024
1 parent b1e04ca commit 90a338e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [aarch64, ppc64le]
arch: [aarch64]
os: [ubuntu-latest]
env:
stage: 1
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [aarch64, ppc64le]
arch: [aarch64]
os: [ubuntu-latest]
env:
stage: 2
Expand Down

0 comments on commit 90a338e

Please sign in to comment.