Skip to content

Commit

Permalink
Re-enable other targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Nov 13, 2024
1 parent 8ab349e commit d1e467c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: stellar-cli
binary: stellar
sys:
# - os: ubuntu-20.04 # Use 20.04 to get an older version of glibc for increased compat
# target: x86_64-unknown-linux-gnu
# - os: ubuntu-20.04 # Use 20.04 to get an older version of glibc for increased compat
# target: aarch64-unknown-linux-gnu
# - os: macos-14
# target: aarch64-apple-darwin
# - os: macos-14-large # macos-14-large is the last intel-based image
# target: x86_64-apple-darwin
- os: ubuntu-20.04 # Use 20.04 to get an older version of glibc for increased compat
target: x86_64-unknown-linux-gnu
- os: ubuntu-20.04 # Use 20.04 to get an older version of glibc for increased compat
target: aarch64-unknown-linux-gnu
- os: macos-14
target: aarch64-apple-darwin
- os: macos-14-large # macos-14-large is the last intel-based image
target: x86_64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
ext: .exe
Expand Down

0 comments on commit d1e467c

Please sign in to comment.