Skip to content

Commit

Permalink
Build on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Aug 13, 2023
1 parent 415eda9 commit 692d444
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
run: tox -- -v
native:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest ]
include:
- os: 'ubuntu-latest'
platform: 'linux-amd64'
- os: 'ARM64' # self-hosted
platform: 'linux-arm64'
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
Expand Down

0 comments on commit 692d444

Please sign in to comment.