diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dec1c7f72..bba8219ee 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,8 +62,8 @@ jobs: target: x86_64-unknown-linux-gnu # TODO: Figure out why builds are broken for linux arm64 and reenable. # https://github.com/stellar/rs-soroban-sdk/issues/1011 - # - os: ubuntu-latest - # target: aarch64-unknown-linux-gnu + - os: ubuntu-latest + target: aarch64-unknown-linux-gnu - os: macos-latest target: x86_64-apple-darwin - os: macos-latest