Skip to content

Commit

Permalink
🔥 Remove no longer needed static qemu injection (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 23, 2021
1 parent 2b4c1cc commit bfe11d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,6 @@ jobs:
docker-${{ github.ref }}-${{ matrix.architecture }}
- name: 🏗 Set up QEMU
uses: docker/[email protected]
- 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/[email protected]
- name: 🏗 Set up CodeNotary
Expand Down

0 comments on commit bfe11d0

Please sign in to comment.