Skip to content

Commit

Permalink
Build aarch64 natively
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jan 21, 2025
1 parent fdcb032 commit 056ec0f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.13"
- name: Build source package
run: |
pip install cython
pip install setuptools cython
python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.1.json /tmp/vendor
PKG_CONFIG_PATH=/tmp/vendor/lib/pkgconfig python setup.py sdist
- name: Upload source package
Expand All @@ -32,7 +32,7 @@ jobs:
arch: arm64
- os: macos-13
arch: x86_64
- os: ubuntu-latest
- os: ubuntu-24.04-arm
arch: aarch64
- os: ubuntu-latest
arch: i686
Expand All @@ -44,10 +44,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Set up QEMU
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v3
python-version: "3.13"
- name: Install packages
if: matrix.os == 'macos-13'
run: |
Expand Down

0 comments on commit 056ec0f

Please sign in to comment.