You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-llvm.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ jobs:
20
20
include:
21
21
- os: ubuntu-22.04
22
22
artifact: linux-x86_64
23
+
- os: ubuntu-22.04-arm
24
+
artifact: linux-aarch64
23
25
- os: windows-2022
24
26
artifact: windows-x86_64
25
27
runs-on: ${{ matrix.os }}
@@ -93,5 +95,5 @@ jobs:
93
95
gh release create "$TAG" artifacts/*.tar.xz \
94
96
--repo "$GITHUB_REPOSITORY" \
95
97
--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."
0 commit comments