Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 17, 2024
1 parent ed273eb commit 33296c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
include:
# - arch: x86_64
# os: ubuntu-24.04
# runner: ubuntu-24.04
- arch: aarch64
os: ubuntu-24.04-arm64-2cpu
runs-on: ${{ matrix.os }}
runner: passenger-ubuntu-24.04-arm64-2cpu
runs-on: ${{ matrix.runner }}
env:
WORKSPACE: ${{ github.workspace }}
OUTPUT_DIR: ${{ github.workspace }}/output-linux-${{ matrix.arch }}
Expand Down

0 comments on commit 33296c0

Please sign in to comment.