Skip to content

Commit 5090127

Browse files
authored
Remove builds for x86 linux
Cannot work due to missing dotnet dependency for this platform.
1 parent 2aa2f4b commit 5090127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
target: [x86_64, x86, aarch64]
16+
target: [x86_64, aarch64]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)