-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 Remove no longer needed static qemu injection (#147)
- Loading branch information
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|