Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-runners
node-aws-runner
Commits
589d4fe1
Commit
589d4fe1
authored
Feb 18, 2022
by
Marcus Thelin
Browse files
Update multi builder script
parent
a3ab0b24
Pipeline
#14873
passed with stage
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
shell-executor/multi-builder.sh
View file @
589d4fe1
...
...
@@ -4,10 +4,10 @@ set -e
ARCH_PLATFORMS
=
"
${
PLATFORMS
:
=linux/amd64,linux/arm64,linux/arm/v7
}
"
echo
"Preparing multi arch build."
printf
"Creating buildx context for platforms
$ARCH_PLATFORMS
"
printf
"Creating buildx context for platforms
$ARCH_PLATFORMS
\n
"
docker buildx create
--use
--platform
$ARCH_PLATFORMS
printf
"
\n\n
"
docker buildx
$@
docker buildx
build
--platform
=
$ARCH_PLATFORMS
"
$@
"
printf
"
\n\n
"
echo
"Removing buildx context"
docker buildx
rm
shell-executor/version.txt
View file @
589d4fe1
0.6.
2
-node-14
0.6.
3
-node-14
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment