Skip to content

Commit

Permalink
remove unsupported linux-x86 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Nov 10, 2023
1 parent 397c403 commit fd18694
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
strategy:
matrix:
kind: [
'linux-x86',
'linux-x64',
'linux-arm',
'linux-arm64',

'linux-selfcont-x86',
'linux-selfcont-x64',
'linux-selfcont-arm',
'linux-selfcont-arm64',
Expand All @@ -38,10 +36,6 @@ jobs:
'windows-selfcont-arm',
'windows-selfcont-arm64']
include:
- kind: linux-x86
os: ubuntu-latest
target: linux-x86
frameworktype: --no-self-contained
- kind: linux-x64
os: ubuntu-latest
target: linux-x64
Expand All @@ -55,10 +49,6 @@ jobs:
target: linux-arm64
frameworktype: --no-self-contained

- kind: linux-selfcont-x86
os: ubuntu-latest
target: linux-x86
frameworktype: --self-contained
- kind: linux-selfcont-x64
os: ubuntu-latest
target: linux-x64
Expand Down

0 comments on commit fd18694

Please sign in to comment.