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 diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index c99557b..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 ] + 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