Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-nginx
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
nginxinc
docker-nginx
Commits
8ec60b8d
Commit
8ec60b8d
authored
5 years ago
by
J0WI
Committed by
Konstantin Pavlov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update supported architectures (fix #405)
Added: - arm32v7 for Alpine - arm32v5 and mips64le for Debian
parent
70e44865
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate-stackbrew-library.sh
+3
-3
3 additions, 3 deletions
generate-stackbrew-library.sh
with
3 additions
and
3 deletions
generate-stackbrew-library.sh
+
3
−
3
View file @
8ec60b8d
...
...
@@ -64,7 +64,7 @@ for version in "${versions[@]}"; do
echo
cat
<<-
EOE
Tags:
$(
join
', '
"
${
versionAliases
[@]
}
"
)
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
Architectures: amd64,
arm32v5,
arm32v7, arm64v8, i386,
mips64le,
ppc64le, s390x
GitCommit:
$commit
Directory:
$version
/
$base
EOE
...
...
@@ -78,7 +78,7 @@ for version in "${versions[@]}"; do
echo
cat
<<-
EOE
Tags:
$(
join
', '
"
${
variantAliases
[@]
}
"
)
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
Architectures: amd64,
arm32v5,
arm32v7, arm64v8, i386,
mips64le,
ppc64le, s390x
GitCommit:
$commit
Directory:
$version
/
$variant
EOE
...
...
@@ -93,7 +93,7 @@ for version in "${versions[@]}"; do
echo
cat
<<-
EOE
Tags:
$(
join
', '
"
${
variantAliases
[@]
}
"
)
Architectures: a
md64
, arm32v6, arm
64v8, i386
, ppc64le, s390x
Architectures: a
rm64v8
, arm32v6, arm
32v7
, ppc64le, s390x
, i386, amd64
GitCommit:
$commit
Directory:
$version
/
$variant
EOE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment