We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b95d13 commit 7db4726Copy full SHA for 7db4726
1 file changed
.github/workflows/packages.yml
@@ -82,8 +82,21 @@ jobs:
82
name: varnish-${{ matrix.dist }}-${{ matrix.release }}
83
path: packages/*/*/*
84
build_vmod:
85
- strategy: *strategy
+
86
name: Building varnish-modules (${{ matrix.dist }}:${{ matrix.release }} for ${{ matrix.arch }})
87
+ strategy: &strategy
88
+ matrix:
89
+# arch:
90
+# - amd64
91
+# - arm64
92
+ include:
93
+ - dist: debian
94
+ release: trixie
95
+ pkg: deb
96
+ - dist: almalinux
97
+ release: 10
98
+ pkg: rpm
99
100
steps:
101
- name: Checkout Code
102
uses: actions/checkout@v5
@@ -95,7 +108,6 @@ jobs:
108
with:
109
110
path: packages
- path: ./downloaded-files
111
- name: Build
112
run: |
113
( cd varnish-modules/; tar cvzf ../debian.tar.gz debian --dereference ; )
0 commit comments