Skip to content

Commit 0fcec3d

Browse files
committed
do not promote bullseye or focal since they don't have arm64
1 parent 2f5ede8 commit 0fcec3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildkite/src/Jobs/Promote/AutoPromoteNightly.dhall

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ let specs_for_branch =
6363
, profile = Profiles.Type.Devnet
6464
, networks = [ Network.Type.Devnet ]
6565
, codenames =
66-
[ DebianVersions.DebVersion.Bullseye
67-
, DebianVersions.DebVersion.Focal
68-
, DebianVersions.DebVersion.Noble
66+
[ DebianVersions.DebVersion.Noble
6967
, DebianVersions.DebVersion.Bookworm
7068
]
7169
, debian_repo = DebianRepo.Type.Nightly

0 commit comments

Comments
 (0)