Skip to content

Commit 6dfd37d

Browse files
committed
Fixed remove linux arm AOT builds
1 parent 543ae1b commit 6dfd37d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
release:
10+
name: 📦 Build & Publish NuGet Packages
1011
runs-on: ubuntu-22.04
1112
permissions:
1213
contents: write
@@ -57,7 +58,7 @@ jobs:
5758
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5859

5960
build-aot:
60-
name: 🧱 Build Fusion Tooling
61+
name: 🧱 Build and Publish Fusion Tooling
6162
runs-on: ${{ matrix.os }}
6263
needs: release
6364
strategy:
@@ -67,18 +68,9 @@ jobs:
6768
- os: ubuntu-22.04
6869
rid: linux-x64
6970
ext: ""
70-
- os: ubuntu-22.04
71-
rid: linux-arm
72-
ext: ""
73-
- os: ubuntu-22.04
74-
rid: linux-arm64
75-
ext: ""
7671
- os: ubuntu-22.04
7772
rid: linux-musl-x64
7873
ext: ""
79-
- os: ubuntu-22.04
80-
rid: linux-musl-arm64
81-
ext: ""
8274
# macOS
8375
- os: macos-14
8476
rid: osx-x64

0 commit comments

Comments
 (0)