Skip to content

Commit

Permalink
remove support to "win-arm" target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Apr 15, 2024
1 parent 31e6d69 commit c7b6edb
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 @@ -28,12 +28,10 @@ jobs:

'windows-x86',
'windows-x64',
'windows-arm',
'windows-arm64',

'windows-selfcont-x86',
'windows-selfcont-x64',
'windows-selfcont-arm',
'windows-selfcont-arm64']
include:
- kind: linux-x64
Expand Down Expand Up @@ -88,10 +86,6 @@ jobs:
os: windows-latest
target: win-x64
frameworktype: --no-self-contained
- kind: windows-arm
os: windows-latest
target: win-arm
frameworktype: --no-self-contained
- kind: windows-arm64
os: windows-latest
target: win-arm64
Expand All @@ -105,10 +99,6 @@ jobs:
os: windows-latest
target: win-x64
frameworktype: --self-contained
- kind: windows-selfcont-arm
os: windows-latest
target: win-arm
frameworktype: --self-contained
- kind: windows-selfcont-arm64
os: windows-latest
target: win-arm64
Expand Down

0 comments on commit c7b6edb

Please sign in to comment.