diff --git a/.github/workflows/targets.yml b/.github/workflows/targets.yml index 464faac..7b02fc8 100644 --- a/.github/workflows/targets.yml +++ b/.github/workflows/targets.yml @@ -120,9 +120,9 @@ jobs: body: | | Name | Value | | ------------- | ------------- | - | Builder | `ghcr.io/dfinity/kernel-builder:${{ env.BUILDER_REF }}` | - | Local | [${{ github.repository }}:${{ github.sha }}](https://github.com/${{ github.repository }})/tree/${{ github.sha }} | - | Upstream | [`${{ matrix.upstream }}:${{ matrix.ref }}`](https://github.com/${{ matrix.upstream }}/tree/${{ matrix.ref }}) | + | Builder | [ghcr.io/dfinity/kernel-builder:${{ env.BUILDER_REF }}](https://github.com/${{ github.repository }}/pkgs/container/kernel-builder) | + | Local | [${{ github.repository }}:${{ github.sha }}](https://github.com/${{ github.repository }}/tree/${{ github.sha }}) | + | Upstream | [${{ matrix.upstream }}:${{ matrix.ref }}](https://github.com/${{ matrix.upstream }}/tree/${{ matrix.ref }}) | ovmf: runs-on: ubuntu-latest @@ -183,9 +183,9 @@ jobs: body: | | Name | Value | | ------------- | ------------- | - | Builder | `ghcr.io/dfinity/ovmf-builder:${{ env.BUILDER_REF }}` | - | Local | [${{ github.repository }}:${{ github.sha }}](https://github.com/${{ github.repository }})/tree/${{ github.sha }} | - | Upstream | [`${{ matrix.upstream }}:${{ matrix.ref }}`](https://github.com/${{ matrix.upstream }}/tree/${{ matrix.ref }}) | + | Builder | [ghcr.io/dfinity/ovmf-builder:${{ env.BUILDER_REF }}](https://github.com/${{ github.repository }}/pkgs/container/ovmf-builder) | + | Local | [${{ github.repository }}:${{ github.sha }}](https://github.com/${{ github.repository }}/tree/${{ github.sha }}) | + | Upstream | [${{ matrix.upstream }}:${{ matrix.ref }}](https://github.com/${{ matrix.upstream }}/tree/${{ matrix.ref }}) | qemu: runs-on: ubuntu-latest @@ -246,6 +246,6 @@ jobs: body: | | Name | Value | | ------------- | ------------- | - | Builder | `ghcr.io/dfinity/qemu-builder:${{ env.BUILDER_REF }}` | - | Local | [${{ github.repository }}:${{ github.sha }}](https://github.com/${{ github.repository }})/tree/${{ github.sha }} | - | Upstream | [`${{ matrix.upstream }}:${{ matrix.ref }}`](https://github.com/${{ matrix.upstream }}/tree/${{ matrix.ref }}) | + | Builder | [ghcr.io/dfinity/qemu-builder:${{ env.BUILDER_REF }}](https://github.com/${{ github.repository }}/pkgs/container/qemu-builder) | + | Local | [${{ github.repository }}:${{ github.sha }}](https://github.com/${{ github.repository }}/tree/${{ github.sha }}) | + | Upstream | [${{ matrix.upstream }}:${{ matrix.ref }}](https://github.com/${{ matrix.upstream }}/tree/${{ matrix.ref }}) | diff --git a/build/kernel.sh b/build/kernel.sh index ba53386..8340479 100644 --- a/build/kernel.sh +++ b/build/kernel.sh @@ -31,4 +31,4 @@ find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" -exec dpkg -i # Output find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" | xargs -I {} cp {} "${OUT_DIR}" -find "/boot" -name "initrd*" -or -name "vmlinuz*" -or -name "config*" | xargs -I {} cp {} "${OUT_DIR}" \ No newline at end of file +find "/boot" -name "initrd*" -or -name "vmlinuz*" -or -name "config*" | xargs -I {} cp {} "${OUT_DIR}" diff --git a/build/ovmf.sh b/build/ovmf.sh index cf4acf2..e966a1a 100644 --- a/build/ovmf.sh +++ b/build/ovmf.sh @@ -29,4 +29,4 @@ build \ -n $(nproc) # Output -cp "${SOURCE_DIR}/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd" "${OUT_DIR}" \ No newline at end of file +cp "${SOURCE_DIR}/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd" "${OUT_DIR}" diff --git a/build/qemu.sh b/build/qemu.sh index 82feb8e..a499b17 100644 --- a/build/qemu.sh +++ b/build/qemu.sh @@ -25,3 +25,4 @@ make install checkinstall -D -y \ --pkgname=qemu \ --pkgversion=8 +