From fbf3301a1b51fe95a726d8d9e92e0c8ec7b43262 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Mon, 5 Jun 2023 08:45:11 +0200 Subject: [PATCH] removes unused "platforms" output --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6da465..b7c9bec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,6 @@ jobs: if: ${{ matrix.platform != 'amd64' }} run: | docker run --privileged --rm tonistiigi/binfmt:latest --install ${{ matrix.platform }} | tee platforms.json - echo "platforms=$(cat platforms.json)" >> $GITHUB_OUTPUT - name: Start container id: container run: |