From e8bfd2eeb8e2fef26cf9ebcedcb8bcd2400eb209 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Jan 2021 02:55:49 +0100 Subject: [PATCH] Remove Qemu user static binaries in deployment workflow (#12) --- .github/workflows/deploy.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index df9d954..3695430 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -74,18 +74,6 @@ jobs: docker-${{ github.ref }}-${{ matrix.architecture }} - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v1.0.1 - - name: 🏗 Set up QEMU User Static for aarch64 - if: ${{ matrix.architecture == 'aarch64' }} - run: | - curl -L -s \ - "https://github.com/hassio-addons/qemu-user-static/releases/download/v5.0.0/qemu-aarch64-static.tar.gz" | \ - tar zxvf - -C "${{ needs.information.outputs.target }}/rootfs/usr/bin/" - - name: 🏗 Set up QEMU User Static for armhf/armv7 - if: ${{ matrix.architecture == 'armhf' || matrix.architecture == 'armv7' }} - run: | - curl -L -s \ - "https://github.com/hassio-addons/qemu-user-static/releases/download/v5.0.0/qemu-arm-static.tar.gz" | \ - tar zxvf - -C "${{ needs.information.outputs.target }}/rootfs/usr/bin/" - name: 🏗 Set up Docker Buildx uses: docker/setup-buildx-action@v1.1.1 - name: â„šī¸ Compose build flags