mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 04:11:24 +00:00
Cleanup Qemu leftovers (#155)
This commit is contained in:
parent
7ba362ac54
commit
8f1df1dedc
2 changed files with 0 additions and 13 deletions
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
|
@ -135,18 +135,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: ℹ️ Compose build flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue