Skip to content

Commit

Permalink
Merge pull request #3 from jlaine/aarch64
Browse files Browse the repository at this point in the history
Build OpenSSL for aarch64
  • Loading branch information
jlaine authored Feb 15, 2021
2 parents 7c9ba3b + b1512d8 commit 4da487c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
--installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" `
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --passive --norestart
shell: powershell
- name: Install qemu
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v1
- name: Build OpenSSL
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BEFORE_BUILD: scripts/build-openssl /tmp/vendor
CIBW_BEFORE_BUILD_WINDOWS: scripts\build-openssl.bat C:\cibw\vendor
CIBW_BUILD: cp38-*
Expand Down

0 comments on commit 4da487c

Please sign in to comment.