File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,22 @@ jobs:
47
47
architecture : [
48
48
[ amd64, linux/amd64 ],
49
49
[ arm64, linux/arm64 ],
50
- [ armhf, linux/arm/v6 ]
50
+ [ armhf, linux/arm/v6 ],
51
+ [ armhf, linux/arm/v7 ]
51
52
]
52
53
exclude :
53
54
- os : { distribution: ubuntu }
54
55
architecture : [ armhf, linux/arm/v6 ]
56
+ - os : { distribution: debian, codename: bullseye, }
57
+ architecture : [ armhf, linux/arm/v7 ]
58
+ - os : { distribution: debian, codename: bookworm, }
59
+ architecture : [ armhf, linux/arm/v7 ]
60
+ - os : { distribution: debian, codename: trixie, }
61
+ architecture : [ armhf, linux/arm/v7 ]
55
62
- os : { distribution: fedora }
56
63
architecture : [ armhf, linux/arm/v6 ]
64
+ - os : { distribution: fedora }
65
+ architecture : [ armhf, linux/arm/v7 ]
57
66
58
67
steps :
59
68
- name : ⬇ Checkout hyperion.ng
You can’t perform that action at this time.
0 commit comments