Skip to content

Commit 7cb1598

Browse files
chore (release): add ubuntu esm versions to deploy script (#1151)
1 parent 6a88002 commit 7cb1598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/deploy-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
DEBIAN_RELEASES=$(debian-distro-info --supported)
4-
UBUNTU_RELEASES=$(ubuntu-distro-info --supported)
4+
UBUNTU_RELEASES=$(ubuntu-distro-info --supported-esm)
55

66
cd trivy-repo/deb
77

0 commit comments

Comments
 (0)