Skip to content

Commit

Permalink
Adds Amazon Linux (arm64 and x86_64) to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Mar 6, 2024
1 parent 5af0fe6 commit c3f8434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'amazon-ion/ion-rust'
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, codebuild-ion-rust-arm-3.0-large, codebuild-ion-rust-al2-5.0-large ]
# build and test for different and interesting crate features
features: ['default', 'all', 'experimental-ion-hash', 'experimental']
permissions:
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --document-private-items --all-features
args: --document-private-items --all-features

0 comments on commit c3f8434

Please sign in to comment.