mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 09:11:15 +00:00
chore: WIP pre-implement cycle 14 baseline
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -5,14 +5,15 @@ when:
|
||||
depends_on:
|
||||
- 01-test
|
||||
|
||||
# Multi-arch matrix. Adding amd64 = uncommenting the second entry once an
|
||||
# amd64 agent is online.
|
||||
# Multi-arch matrix — matches suite/_infra/ci/README.md § Build-push step.
|
||||
# arm64 agent (colocated Jetson) → {branch}-arm
|
||||
# amd64 agent (remote host) → {branch}-amd64 (production deploy tag)
|
||||
matrix:
|
||||
include:
|
||||
- PLATFORM: arm64
|
||||
TAG_SUFFIX: arm
|
||||
# - PLATFORM: amd64
|
||||
# TAG_SUFFIX: amd
|
||||
- PLATFORM: amd64
|
||||
TAG_SUFFIX: amd64
|
||||
|
||||
labels:
|
||||
platform: ${PLATFORM}
|
||||
|
||||
Reference in New Issue
Block a user