Skip to content

Commit 9d41650

Browse files
committed
matrix strategy
1 parent 59f3816 commit 9d41650

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/packages.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
strategy: &strategy
1313
fail-fast: false
1414
matrix:
15-
# arch:
16-
# - amd64
17-
# - arm64
15+
arch:
16+
- amd64
17+
dist: []
18+
release: []
19+
pkg: []
1820
include:
1921
- dist: debian
2022
release: trixie
@@ -94,6 +96,9 @@ jobs:
9496
package:
9597
- varnish-modules
9698
- vmod-uuid
99+
dist: []
100+
release: []
101+
pkg: []
97102
# arch:
98103
# - amd64
99104
# - arm64

0 commit comments

Comments
 (0)