From bc5ee1752610c43696fbab21f3e849d360e7a520 Mon Sep 17 00:00:00 2001 From: Mirko Da Corte Date: Sun, 19 May 2024 19:19:14 +0200 Subject: [PATCH] remove windows-arm architecture --- .github/workflows/publish-stable.yml | 22 ++++++---------------- EthernaGatewayCli.sln | 8 ++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 0e512e6..219c18f 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -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 @@ -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 @@ -61,7 +59,7 @@ jobs: os: ubuntu-latest target: linux-arm64 frameworktype: --self-contained - + - kind: macos-x64 os: macOS-latest target: osx-x64 @@ -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 @@ -79,7 +77,7 @@ jobs: os: macOS-latest target: osx-arm64 frameworktype: --self-contained - + - kind: windows-x86 os: windows-latest target: win-x86 @@ -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 @@ -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 @@ -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 diff --git a/EthernaGatewayCli.sln b/EthernaGatewayCli.sln index 32dc09b..286ffa6 100644 --- a/EthernaGatewayCli.sln +++ b/EthernaGatewayCli.sln @@ -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 @@ -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