chore: WIP pre-implement cycle 14 baseline

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-26 16:13:37 +03:00
parent 50d4a76be3
commit 80ef5608f1
33 changed files with 619 additions and 47 deletions
+6 -1
View File
@@ -1,3 +1,9 @@
# Integration test stack.
# Platform: native host arch — linux/arm64 on Apple Silicon Mac (M1+), linux/amd64
# on an amd64 Linux host. No platform: pin (Mac must not force linux/amd64 / Rosetta).
# CI: unit tests arm64-only (.woodpecker/01-test.yml); image builds arm64 + amd64
# (.woodpecker/02-build-push.yml matrix). See tests/environment.md § Platform.
services:
postgres:
image: postgres:16
@@ -13,7 +19,6 @@ services:
retries: 5
api:
platform: linux/amd64
build:
context: .
dockerfile: SatelliteProvider.Api/Dockerfile