From 73f9cdb9da2871d5f6e4db3b8bdeca845a96f7b0 Mon Sep 17 00:00:00 2001 From: Or Ricon Date: Thu, 8 Aug 2024 11:39:11 -0400 Subject: [PATCH 1/2] fix release table items --- .github/workflows/targets.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 }}) | From a8e2ad66b17bcfe182c8bac11a7dfdf850b84dcc Mon Sep 17 00:00:00 2001 From: Or Ricon Date: Thu, 8 Aug 2024 11:39:40 -0400 Subject: [PATCH 2/2] trigger ci --- build/kernel.sh | 2 +- build/ovmf.sh | 2 +- build/qemu.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 +