Browse Source

Limit release pipeline to ARM builds

pull/2888/head
jpsantos1 5 months ago
parent
commit
dfb36f49a4
  1. 8
      .github/workflows/release.yml

8
.github/workflows/release.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
name: Release
name: Release ARM
on:
push:
@ -14,10 +14,8 @@ jobs: @@ -14,10 +14,8 @@ jobs:
strategy:
matrix:
runtime:
- linux-x64
- linux-arm64
- linux-arm
- win-x64
- linux-arm64
steps:
@ -31,7 +29,7 @@ jobs: @@ -31,7 +29,7 @@ jobs:
- name: Publish
run: |
dotnet publish src/ErsatzTV/ErsatzTV.csproj \
dotnet publish ErsatzTV/ErsatzTV.csproj \
-c Release \
-r ${{ matrix.runtime }} \
--self-contained true \

Loading…
Cancel
Save