From 81854eb4fa7a23edc54f955fbe54dedcdcd57f69 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Mon, 22 Aug 2022 15:50:52 -0400 Subject: [PATCH] Only build linux/amd64 binary --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |