-
Notifications
You must be signed in to change notification settings - Fork 185
Support image.docker.platform #1595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| import assert, {AssertionError} from "assert"; | ||
| import {Mutex} from "./mutex.js"; | ||
| import {Argv} from "./argv.js"; | ||
| import { Utils } from "./utils.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep the codestyle as it is run npx eslint --fix
| import assert, {AssertionError} from "assert"; | ||
| import {Mutex} from "./mutex.js"; | ||
| import {Argv} from "./argv.js"; | ||
| import { Utils } from "./utils.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { Utils } from "./utils.js"; | |
| import {Utils} from "./utils.js"; |
| import {Mutex} from "./mutex.js"; | ||
| import {Argv} from "./argv.js"; | ||
| import { Utils } from "./utils.js"; | ||
| import { WriteStreams } from "./write-streams.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { WriteStreams } from "./write-streams.js"; | |
| import {WriteStreams} from "./write-streams.js"; |
| import {Argv} from "./argv.js"; | ||
| import { Utils } from "./utils.js"; | ||
| import { WriteStreams } from "./write-streams.js"; | ||
| import { GitData } from "./git-data.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { GitData } from "./git-data.js"; | |
| import {GitData} from "./git-data.js"; |
| import { Utils } from "./utils.js"; | ||
| import { WriteStreams } from "./write-streams.js"; | ||
| import { GitData } from "./git-data.js"; | ||
| import assert, { AssertionError } from "assert"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import assert, { AssertionError } from "assert"; | |
| import assert, {AssertionError} from "assert"; |
| import { WriteStreams } from "./write-streams.js"; | ||
| import { GitData } from "./git-data.js"; | ||
| import assert, { AssertionError } from "assert"; | ||
| import { Mutex } from "./mutex.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { Mutex } from "./mutex.js"; | |
| import {Mutex} from "./mutex.js"; |
| import { GitData } from "./git-data.js"; | ||
| import assert, { AssertionError } from "assert"; | ||
| import { Mutex } from "./mutex.js"; | ||
| import { Argv } from "./argv.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { Argv } from "./argv.js"; | |
| import {Argv} from "./argv.js"; |
| import { CICDVariable } from "./variables-from-files.js"; | ||
| import { GitlabRunnerCPUsPresetValue, GitlabRunnerMemoryPresetValue, GitlabRunnerPresetValues } from "./gitlab-preset.js"; | ||
| import { handler } from "./handler.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { CICDVariable } from "./variables-from-files.js"; | |
| import { GitlabRunnerCPUsPresetValue, GitlabRunnerMemoryPresetValue, GitlabRunnerPresetValues } from "./gitlab-preset.js"; | |
| import { handler } from "./handler.js"; | |
| import {CICDVariable} from "./variables-from-files.js"; | |
| import {GitlabRunnerCPUsPresetValue, GitlabRunnerMemoryPresetValue, GitlabRunnerPresetValues} from "./gitlab-preset.js"; | |
| import {handler} from "./handler.js"; |
Adds support for
image.docker.platformin the yaml