Skip to content

Commit 7db4726

Browse files
committed
try to build varnish-modules
1 parent 6b95d13 commit 7db4726

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/packages.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,21 @@ jobs:
8282
name: varnish-${{ matrix.dist }}-${{ matrix.release }}
8383
path: packages/*/*/*
8484
build_vmod:
85-
strategy: *strategy
85+
8686
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+
87100
steps:
88101
- name: Checkout Code
89102
uses: actions/checkout@v5
@@ -95,7 +108,6 @@ jobs:
95108
with:
96109
name: varnish-${{ matrix.dist }}-${{ matrix.release }}
97110
path: packages
98-
path: ./downloaded-files
99111
- name: Build
100112
run: |
101113
( cd varnish-modules/; tar cvzf ../debian.tar.gz debian --dereference ; )

0 commit comments

Comments
 (0)