Skip to content

Commit

Permalink
arm64 Builds (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Nov 11, 2024
1 parent 7ac2752 commit aa0df2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows]
arch: [x86, x64]
arch: [x86, x64, arm64]
tls: [schannel, openssl]
link: [static, shared]
exclude:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
if: runner.os == 'Linux'
run: /usr/local/lib/quicreach outlook-evergreen.office.com,www.cloudflare.com,www.google.com --req-all --stats
- name: Test (Windows, x64)
if: ${{ runner.os == 'Windows' && matrix.arch != 'x86' }}
if: ${{ runner.os == 'Windows' && matrix.arch == 'x64' }}
run: |
& 'C:/Program Files/quicreach/lib/quicreach' outlook-evergreen.office.com,www.cloudflare.com,www.google.com --req-all --stats
- name: Test (Windows, x86)
Expand Down

0 comments on commit aa0df2e

Please sign in to comment.