From 82d85d1a8e8432eed283bb8f3b10ad60ed6e8978 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Fri, 20 Oct 2023 05:53:31 +0000 Subject: [PATCH 1/3] Build aws repo --- .github/workflows/repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index c99557b..cca4783 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: arch: [ amd64, arm64 ] - platform: [ kvm, metal ] + platform: [ kvm, metal, aws ] steps: - uses: actions/checkout@v4 - name: Set up QEMU From 49ed42ab80730036dcf2608a7d255daed164810b Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:03:17 +0000 Subject: [PATCH 2/3] Build aws/azure/gcp --- .github/workflows/repo.yml | 2 +- gardenlinux/features/base/fstab | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 gardenlinux/features/base/fstab diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index cca4783..58786a2 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: arch: [ amd64, arm64 ] - platform: [ kvm, metal, aws ] + platform: [ kvm, metal, aws, azure, gcp ] steps: - uses: actions/checkout@v4 - name: Set up QEMU diff --git a/gardenlinux/features/base/fstab b/gardenlinux/features/base/fstab deleted file mode 100644 index 844dbaf..0000000 --- a/gardenlinux/features/base/fstab +++ /dev/null @@ -1,3 +0,0 @@ -# -LABEL=EFI /efi vfat umask=0077 type=uefi -LABEL=ROOT / ext4 rw,errors=remount-ro,prjquota,discard From 01cea59bb2f4d3585a6a296f3ef6d10be3f44654 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:45:56 +0000 Subject: [PATCH 3/3] [no ci] Add platforms to image workflow --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 914bcd8..f32eacd 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: arch: [ amd64, arm64 ] - platform: [ kvm, metal ] + platform: [ kvm, metal, aws, azure, gcp ] steps: - uses: actions/checkout@v4 - name: Set up QEMU