diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edd4ce5..80bd5fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,7 +113,7 @@ jobs: - name: Test image timeout-minutes: 10 run: | - make docker ARGS='--set "*.platform=linux/${{ matrix.arch }}"' + make docker - name: Dump service node logs if: always()