File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 22 extends :
33 - .dind
44 - .default-retry
5+ tags :
6+ - c0-$PLATFORM
57 stage : container:boot
6- image : ghcr.io/code0-tech/build-images/reticulum-builder:227.1-ruby-3.4.7-amd64
8+ image : ghcr.io/code0-tech/build-images/reticulum-builder:227.1-ruby-3.4.7-$PLATFORM
79 variables :
810 COMPOSE_FILE : support/docker-compose.yml
11+ parallel :
12+ matrix :
13+ - PLATFORM :
14+ - amd64
15+ - arm64
916
1017.container:boot:sagittarius :
1118 extends :
1724 - SAGITTARIUS_VARIANT :
1825 - ce
1926 - ee
27+ PLATFORM :
28+ - amd64
29+ - arm64
2030 before_script :
2131 - docker compose up postgres -d
2232 - docker compose up sagittarius-$SAGITTARIUS_SERVICE -d
@@ -86,6 +96,9 @@ container:boot:draco:
8696 matrix :
8797 - DRACO_VARIANT :
8898 - rest
99+ PLATFORM :
100+ - amd64
101+ - arm64
89102 script :
90103 - bundle install
91104 - docker compose up nats -d
You can’t perform that action at this time.
0 commit comments