@cto.ai/ops
Version:
💻 CTO.ai - The CLI built for Teams 🚀
11 lines (10 loc) • 367 B
JavaScript
;
// dockerode Option object wrappers
Object.defineProperty(exports, "__esModule", { value: true });
exports.PREFER_AMD64 = void 0;
exports.PREFER_AMD64 = {
// Instructs docker to cross (re)build workflow's image for amd64 chipsets
platform: 'linux/amd64',
// Nudges docker to pull base image with the requested CPU chipset
pull: true,
};