Skip to content

Commit 332d84d

Browse files
committed
Add linux-aarch64 to CI build matrix
1 parent dbe3ab5 commit 332d84d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-llvm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
include:
2121
- os: ubuntu-22.04
2222
artifact: linux-x86_64
23+
- os: ubuntu-22.04-arm
24+
artifact: linux-aarch64
2325
- os: windows-2022
2426
artifact: windows-x86_64
2527
runs-on: ${{ matrix.os }}
@@ -93,5 +95,5 @@ jobs:
9395
gh release create "$TAG" artifacts/*.tar.xz \
9496
--repo "$GITHUB_REPOSITORY" \
9597
--title "LLVM $VERSION" \
96-
--notes "Prebuilt LLVM $VERSION for x86_64 Linux and Windows. Built by [build-llvm.yml](../../actions/workflows/build-llvm.yml) run #$GITHUB_RUN_NUMBER."
98+
--notes "Prebuilt LLVM $VERSION for Linux (x86_64, aarch64) and Windows (x86_64). Built by [build-llvm.yml](../../actions/workflows/build-llvm.yml) run #$GITHUB_RUN_NUMBER."
9799
fi

0 commit comments

Comments
 (0)