Skip to content

Commit

Permalink
Remove builds for x86 linux
Browse files Browse the repository at this point in the history
Cannot work due to missing dotnet dependency for this platform.
  • Loading branch information
RalfG authored Oct 24, 2024
1 parent 2aa2f4b commit 5090127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 5090127

Please sign in to comment.