Skip to content

Commit

Permalink
Remove obsolete windows arm RID
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Jun 13, 2024
1 parent 573cd2c commit 1c841c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,6 @@ jobs:
asset_path: ./Source/CLI/bin/Release/net8.0/win-arm64/publish/Dolittle.Runtime.CLI.exe
asset_name: dolittle-win-arm64.exe
asset_content_type: application/octet-stream
- name: Publish for Windows arm
working-directory: ./Source/CLI
run: dotnet publish --configuration Release -p:Version=${{ needs.setup.outputs.next-version }} -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:RuntimeIdentifier=win-arm
- name: Upload Windows arm
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.setup.outputs.release-upload-url }}
asset_path: ./Source/CLI/bin/Release/net8.0/win-arm/publish/Dolittle.Runtime.CLI.exe
asset_name: dolittle-win-arm.exe
asset_content_type: application/octet-stream
- name: Publish for Linux x64
working-directory: ./Source/CLI
run: dotnet publish --configuration Release -p:Version=${{ needs.setup.outputs.next-version }} -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:RuntimeIdentifier=linux-x64
Expand Down

0 comments on commit 1c841c1

Please sign in to comment.