mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 04:11:24 +00:00
🔥 Remove no longer needed static qemu injection (#147)
This commit is contained in:
parent
2b4c1cc437
commit
bfe11d0568
1 changed files with 0 additions and 13 deletions
13
.github/workflows/deploy.yaml
vendored
13
.github/workflows/deploy.yaml
vendored
|
@ -80,19 +80,6 @@ jobs:
|
|||
docker-${{ github.ref }}-${{ matrix.architecture }}
|
||||
- name: 🏗 Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1.2.0
|
||||
- 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.6.0
|
||||
- name: 🏗 Set up CodeNotary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue