aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-11-05 10:24:17 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-11-05 10:24:17 +0100
commitd5a84ce6306427746434d2b24f5e01d188a5c30b (patch)
treec8efc4823983c12b5409d752074c2842ccf16146
parentce5f448d3b690649a687e93dcdcfd59efe61ed28 (diff)
Temporarily disabled some OpenWrt builds
* See: https://github.com/openwrt/gh-action-sdk/issues/43 Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.github/workflows/build-openwrt.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml
index a9c4b6f45..2301eeba5 100644
--- a/.github/workflows/build-openwrt.yml
+++ b/.github/workflows/build-openwrt.yml
@@ -23,8 +23,9 @@ jobs:
fail-fast: false
matrix:
include:
- - arch: arm_cortex-a9_vfpv3-d16
- target: mvebu-cortexa9
+# TODO: Temporarily disabled due to: https://github.com/openwrt/gh-action-sdk/issues/43
+# - arch: arm_cortex-a9_vfpv3-d16
+# target: mvebu-cortexa9
- arch: mips_24kc
target: ath79-generic
@@ -32,8 +33,9 @@ jobs:
- arch: arm_cortex-a15_neon-vfpv4
target: armvirt-32
- - arch: x86_64
- target: x86-64
+# TODO: Temporarily disabled due to: https://github.com/openwrt/gh-action-sdk/issues/43
+# - arch: x86_64
+# target: x86-64
steps:
- uses: actions/checkout@v4