Skip to content

Commit

Permalink
arm64 runnerを使用してビルドするように。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Jan 18, 2025
1 parent 0a6211e commit 3519f68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PKG_TYPE: ${{ matrix.pkgtype }}

name: Upload Release Asset
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- name: Prepare
id: prep
Expand Down Expand Up @@ -58,9 +58,6 @@ jobs:
git clone https://github.com/AviSynth/AviSynthPlus.git AviSynthPlus
git clone https://github.com/vapoursynth/vapoursynth.git vapoursynth
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 3519f68

Please sign in to comment.