mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 09:22:23 +00:00
Temporarily disabled some OpenWrt builds
* See: https://github.com/openwrt/gh-action-sdk/issues/43 Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
10
.github/workflows/build-openwrt.yml
vendored
10
.github/workflows/build-openwrt.yml
vendored
@@ -23,8 +23,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- arch: arm_cortex-a9_vfpv3-d16
|
# TODO: Temporarily disabled due to: https://github.com/openwrt/gh-action-sdk/issues/43
|
||||||
target: mvebu-cortexa9
|
# - arch: arm_cortex-a9_vfpv3-d16
|
||||||
|
# target: mvebu-cortexa9
|
||||||
|
|
||||||
- arch: mips_24kc
|
- arch: mips_24kc
|
||||||
target: ath79-generic
|
target: ath79-generic
|
||||||
@@ -32,8 +33,9 @@ jobs:
|
|||||||
- arch: arm_cortex-a15_neon-vfpv4
|
- arch: arm_cortex-a15_neon-vfpv4
|
||||||
target: armvirt-32
|
target: armvirt-32
|
||||||
|
|
||||||
- arch: x86_64
|
# TODO: Temporarily disabled due to: https://github.com/openwrt/gh-action-sdk/issues/43
|
||||||
target: x86-64
|
# - arch: x86_64
|
||||||
|
# target: x86-64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user