Remove obsolete Woodpecker CI configuration for ARM builds. This deletion streamlines the pipeline by eliminating unused build steps and settings related to ARM architecture, which are no longer necessary.
ci/woodpecker/push/01-test Pipeline was successful
ci/woodpecker/push/02-build-push Pipeline was successful

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-25 06:53:03 +03:00
parent fc10d5f120
commit ed84af8797
2 changed files with 27 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
when:
event: [push, pull_request, manual]
branch: [dev, stage, main]
labels:
platform: arm64
steps:
- name: unit-tests
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet restore SatelliteProvider.sln
- dotnet test SatelliteProvider.Tests/SatelliteProvider.Tests.csproj --no-restore --configuration Release --logger "console;verbosity=normal" --logger "trx;LogFileName=test-results.trx" --results-directory /app/test-results