We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f3816 commit 9d41650Copy full SHA for 9d41650
1 file changed
.github/workflows/packages.yml
@@ -12,9 +12,11 @@ jobs:
12
strategy: &strategy
13
fail-fast: false
14
matrix:
15
-# arch:
16
-# - amd64
17
-# - arm64
+ arch:
+ - amd64
+ dist: []
18
+ release: []
19
+ pkg: []
20
include:
21
- dist: debian
22
release: trixie
@@ -94,6 +96,9 @@ jobs:
94
96
package:
95
97
- varnish-modules
98
- vmod-uuid
99
100
101
102
# arch:
103
# - amd64
104
# - arm64
0 commit comments