Skip to content

Commit

Permalink
do not build for debian 11 Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 27, 2024
1 parent eb1140a commit 0890598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy

String[] distributions = ['debian:bullseye', 'debian:bookworm', 'debian:trixie', 'ubuntu:focal', 'ubuntu:jammy', 'ubuntu:noble']
String[] distributions = ['debian:bookworm', 'debian:trixie', 'ubuntu:focal', 'ubuntu:jammy', 'ubuntu:noble']

String vendor = 'vitexsoftware'
String distribution = ''
Expand Down

0 comments on commit 0890598

Please sign in to comment.