Skip to content

Commit 94cacc7

Browse files
authored
Merge pull request #980 from maertsen/patch-1
openwrt: build type=container,vm by default
2 parents a8400d1 + 860ba39 commit 94cacc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jenkins/jobs/image-openwrt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
[ "$ARCH" = "amd64" ] && ARCH="x86_64"
3737
[ "$ARCH" = "arm64" ] && ARCH="aarch64"
3838
39-
TYPE="container"
40-
if [ "$release" = "snapshot" ]; then
41-
TYPE="container,vm"
39+
TYPE="container,vm"
40+
if [ "$release" = "24.10" ]; then
41+
TYPE="container"
4242
fi
4343
4444
PKGMANAGER="apk"

0 commit comments

Comments
 (0)