Skip to content

Commit

Permalink
ci: Build ethos Linux arm64 binaries (#107)
Browse files Browse the repository at this point in the history
This aligns the set of platforms supported by ethos with those supported
by cvc5.
  • Loading branch information
daniel-larraz authored Jan 21, 2025
1 parent 7b9ea06 commit 9343dce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ jobs:
build:
strategy:
matrix:
name: [linux-x86_64, macOS-x86_64, macOS-arm64, windows-x86_64]
name: [linux-x86_64, linux-arm64, macOS-x86_64, macOS-arm64, windows-x86_64]
build-type: [ release, debug ]
include:
- name: linux-x86_64
os: ubuntu-20.04
shell: bash
- name: linux-arm64
os: ubuntu-22.04-arm
shell: bash
- name: macOS-x86_64
os: macos-13
shell: bash
Expand Down

0 comments on commit 9343dce

Please sign in to comment.