File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : true
15
15
matrix :
16
16
release :
17
- - " 23.10"
18
17
- " 24.04"
19
18
- " devel"
20
19
Original file line number Diff line number Diff line change 41
41
"lxd:alpine-edge:spread/build/alpine:amd64"
42
42
"lxd:ubuntu-24.04:spread/build/sbuild:debian_sid"
43
43
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu"
44
- "lxd:ubuntu-24.04:spread/build/sbuild:ubuntu_mantic"
45
44
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu_arm64"
46
45
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu_armhf"
47
46
"lxd:ubuntu-24.04:spread/build/ubuntu:clang"
56
55
echo ${TASKS:-} | jq -cs '{ "spread-task": . }' | awk '{ print "matrix=" $0 }' >> $GITHUB_OUTPUT
57
56
58
57
BuildAndTest :
59
- needs : GetMatrix
58
+ needs : GetMatrix`
60
59
61
60
strategy :
62
61
fail-fast : false
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ environment:
22
22
DISTRO/debian_sid : debian
23
23
RELEASE : noble
24
24
RELEASE/ubuntu : noble
25
- RELEASE/ubuntu_mantic : mantic
26
25
RELEASE/ubuntu_devel : oracular
27
26
RELEASE/debian_sid : sid
28
27
PROPOSED : false
You can’t perform that action at this time.
0 commit comments