diff --git a/.github/workflows/library-helloworld.yaml b/.github/workflows/library-helloworld.yaml index 28a03b35..2e10c04e 100644 --- a/.github/workflows/library-helloworld.yaml +++ b/.github/workflows/library-helloworld.yaml @@ -35,10 +35,6 @@ jobs: arch: x86_64 - plat: xen arch: x86_64 - - plat: linuxu - arch: x86_64 - - plat: linuxu - arch: arm64 runs-on: ubuntu-latest diff --git a/library/helloworld/Kraftfile b/library/helloworld/Kraftfile index dfd938ed..6491dffa 100644 --- a/library/helloworld/Kraftfile +++ b/library/helloworld/Kraftfile @@ -9,5 +9,3 @@ targets: - qemu/arm64 - fc/x86_64 - xen/x86_64 -- linuxu/x86_64 -- linuxu/arm64 diff --git a/native/helloworld-c/Kraftfile b/native/helloworld-c/Kraftfile index 3acd1757..71752137 100644 --- a/native/helloworld-c/Kraftfile +++ b/native/helloworld-c/Kraftfile @@ -7,7 +7,6 @@ unikraft: stable targets: - fc/arm64 - fc/x86_64 -- linuxu/x86_64 - qemu/arm64 - qemu/x86_64 - xen/x86_64 diff --git a/native/helloworld-cpp/Kraftfile b/native/helloworld-cpp/Kraftfile index da139a54..d5dc6e19 100644 --- a/native/helloworld-cpp/Kraftfile +++ b/native/helloworld-cpp/Kraftfile @@ -9,7 +9,6 @@ unikraft: CONFIG_LIBUKSIGNAL: y targets: -- linuxu/x86_64 - qemu/x86_64 - xen/x86_64 - qemu/arm64 diff --git a/native/http-c/Kraftfile b/native/http-c/Kraftfile index 103731d6..53fce9ee 100644 --- a/native/http-c/Kraftfile +++ b/native/http-c/Kraftfile @@ -14,8 +14,6 @@ targets: - qemu/arm64 - fc/x86_64 - xen/x86_64 -- linuxu/x86_64 -- linuxu/arm64 libraries: lwip: