mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 08:31:13 +00:00
chore: WIP pre-implement cycle 14 baseline
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user