File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,7 @@ jobs:
156156
157157 - name : Create Manifests
158158 run : |
159- # TODO: re-enable upon success multi-arch manifest
160- # REPOS=(cardano-node cardano-submit-api cardano-tracer)
161- REPOS=(cardano-node)
159+ REPOS=(cardano-node cardano-submit-api cardano-tracer)
162160 ARCHES=(amd64 arm64)
163161
164162 for REPO in "${REPOS[@]}"; do
@@ -180,9 +178,7 @@ jobs:
180178
181179 - name : Verify multi-arch manifests
182180 run : |
183- # TODO: re-enable upon success multi-arch manifest
184- # for REPO in cardano-node cardano-submit-api cardano-tracer; do
185- for REPO in cardano-node; do
181+ for REPO in cardano-node cardano-submit-api cardano-tracer; do
186182 IMAGE_REPO="ghcr.io/intersectmbo/$REPO"
187183 echo "::group::Inspecting $REPO:$GITHUB_REF_NAME"
188184
@@ -204,9 +200,7 @@ jobs:
204200 (github.event_name == 'release' && github.event.release.tag_name == needs.prepare.outputs.LATEST_TAG) ||
205201 (github.event_name == 'workflow_dispatch' && github.ref == format('refs/tags/{0}', needs.prepare.outputs.LATEST_TAG))
206202 run : |
207- # TODO: re-enable upon success multi-arch manifest
208- # REPOS=(cardano-node cardano-submit-api cardano-tracer)
209- REPOS=(cardano-node)
203+ REPOS=(cardano-node cardano-submit-api cardano-tracer)
210204
211205 for REPO in "${REPOS[@]}"; do
212206 IMAGE_REPO="ghcr.io/intersectmbo/$REPO"
You can’t perform that action at this time.
0 commit comments