Skip to content

Commit

Permalink
[build image]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Dec 12, 2024
1 parent 63722b9 commit 7bba103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function getImageLabel(platform) {
function getImageName(platform, options) {
const { os, arch, distro, release, features = [] } = platform;
const { buildImages, publishImages } = options;
const name = distro ? `${os}-${arch}-${distro}-${release}` : `${os}-${arch}-${release}`;
let name = distro ? `${os}-${arch}-${distro}-${release}` : `${os}-${arch}-${release}`;

if (features?.length) {
name += `-with-${features.join("-")}`;
Expand Down

0 comments on commit 7bba103

Please sign in to comment.