Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
ccl
Commits
1f04a75c
Commit
1f04a75c
authored
Oct 03, 2021
by
Eric Timmons
Browse files
Do not build on arm32v7
Upstream did not provide arm32v7 archives
parent
107f610b
Pipeline
#4922
failed with stages
in 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.config.yml
View file @
1f04a75c
...
...
@@ -2,7 +2,7 @@
arches
:
amd64
:
"
yes"
arm64v8
:
"
no"
arm32v7
:
"
yes
"
arm32v7
:
"
no
"
winamd64
:
"
yes"
build_namespace
:
"
daewok"
canonical_namespace
:
"
clfoundation"
...
...
generate-stackbrew-library.sh
View file @
1f04a75c
...
...
@@ -127,7 +127,7 @@ for version in "${versions[@]}"; do
parentArches
=
"
${
parentRepoToArches
[
$variantParent
]
:-}
"
variantArches
=
for
arch
in
$parentArches
;
do
if
echo
"
$arch
"
|
grep
-E
"amd64
|arm32v7
"
>
/dev/null
;
then
if
echo
"
$arch
"
|
grep
-E
"amd64"
>
/dev/null
;
then
variantArches+
=
"
$arch
"
fi
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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