diff --git a/.github/scripts/build_definition.py b/.github/scripts/build_definition.py index 3c01d7f..9ab92cd 100644 --- a/.github/scripts/build_definition.py +++ b/.github/scripts/build_definition.py @@ -32,7 +32,7 @@ BUILD_DEF = """ | | | flatpak | | | | | B | ------------------------------------------------------------------------------------------------------- | | | native_static | d | d | dB | dB | | - | | | native_dyn | d | d | dB | dB | | + | | | native_dyn | d | d | dB | dB | B | | | | native_mixed | B | B | | | | # libzim CI is building alpine_dyn but not us | | | android_arm | dB | dB | | | | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 084b599..43b2edf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: - native_static - native_dyn - native_mixed - - native_desktop - wasm - armv6_static - armv6_dyn diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index db07360..46398ff 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -16,7 +16,6 @@ jobs: - native_static - native_dyn - native_mixed - - native_desktop - wasm - armv6_static - armv6_mixed @@ -39,8 +38,6 @@ jobs: image_variant: focal - target: native_mixed image_variant: bionic - - target: native_desktop - image_variant: focal - target: wasm image_variant: focal - target: armv6_static