Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-website
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docs
apertis-website
Merge requests
!282
download: Fix wrong arch in target images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
download: Fix wrong arch in target images
wip/adalessandro/downloads-fix-target-arch
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Ariel D'Alessandro
requested to merge
wip/adalessandro/downloads-fix-target-arch
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Wrongly listing arm64 image as ARM 32-bit. Fix this.
0
0
Merge request reports
Compare
master
version 1
c7a20341
3 years ago
master (base)
and
latest version
latest version
c4c65c2c
1 commit,
3 years ago
version 1
c7a20341
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/download.md
+
1
−
1
Options
@@ -35,7 +35,7 @@ release images presented below for evaluation.
| ----- | ------------------ |
|
[
Intel 64-bit (amd64)
](
{{
<
image-url
Stable
amd64
target
ostree
>
}}) |
[
bmap file
](
{{
<
image-url
Stable
amd64
target
ostree
bmap
>
}}) |
|
[
ARM 32-bit (armhf)
](
{{
<
image-url
Stable
armhf
target
ostree
>
}}) |
[
bmap file
](
{{
<
image-url
Stable
armhf
target
ostree
bmap
>
}}) |
|
[
ARM
32
-bit (arm64)
](
{{
<
image-url
Stable
arm64
target
ostree
>
}}) |
[
bmap file
](
{{
<
image-url
Stable
arm64
target
ostree
bmap
>
}}) |
|
[
ARM
64
-bit (arm64)
](
{{
<
image-url
Stable
arm64
target
ostree
>
}}) |
[
bmap file
](
{{
<
image-url
Stable
arm64
target
ostree
bmap
>
}}) |
{{% notice note %}}
No open graphical stack is available for the current stable release on the
Loading