Skip to content

Commit

Permalink
remove windows-arm architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed May 19, 2024
1 parent 72a48eb commit bc5ee17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
22 changes: 6 additions & 16 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 All @@ -48,7 +46,7 @@ jobs:
os: ubuntu-latest
target: linux-arm64
frameworktype: --no-self-contained

- kind: linux-selfcont-x64
os: ubuntu-latest
target: linux-x64
Expand All @@ -61,7 +59,7 @@ jobs:
os: ubuntu-latest
target: linux-arm64
frameworktype: --self-contained

- kind: macos-x64
os: macOS-latest
target: osx-x64
Expand All @@ -70,7 +68,7 @@ jobs:
os: macOS-latest
target: osx-arm64
frameworktype: --no-self-contained

- kind: macos-selfcont-x64
os: macOS-latest
target: osx-x64
Expand All @@ -79,7 +77,7 @@ jobs:
os: macOS-latest
target: osx-arm64
frameworktype: --self-contained

- kind: windows-x86
os: windows-latest
target: win-x86
Expand All @@ -88,15 +86,11 @@ 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
frameworktype: --no-self-contained

- kind: windows-selfcont-x86
os: windows-latest
target: win-x86
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 All @@ -122,7 +112,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup dotnet
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down
8 changes: 8 additions & 0 deletions EthernaGatewayCli.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6DD03B58-3404-41AD-B84D-E43E600C54F3}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish-stable.yml = .github\workflows\publish-stable.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -21,4 +26,7 @@ Global
{F348B863-6892-45AD-AC33-3AD833A14BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F348B863-6892-45AD-AC33-3AD833A14BBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DD03B58-3404-41AD-B84D-E43E600C54F3} = {D3B7E18B-46F8-4072-9D14-801FDB15868C}
EndGlobalSection
EndGlobal

0 comments on commit bc5ee17

Please sign in to comment.