diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9a2ede2bd2..44dbbd24a33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: name: Create matrix id: platforms run: | - echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') + echo ::set-output name=matrix::'["linux/amd64"]' - name: Show matrix run: |