mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> Updates Windows ARM builds to Early Access ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Chaimaa ZEGOUMOU <chaimaa.zegoumou@docker.com>
48 lines
2.1 KiB
HTML
48 lines
2.1 KiB
HTML
{{- $all := .Get "all" -}}
|
|
{{- $win := .Get "win" -}}
|
|
{{- $win_arm_release := .Get "win_arm_release" -}}
|
|
{{- $mac := .Get "mac" -}}
|
|
{{- $linux := .Get "linux" -}}
|
|
{{- $version := .Get "version" -}}
|
|
{{- $build_path := .Get "build_path" -}}
|
|
<blockquote {{ if eq $build_path "/" }} class="tip" {{ end }}>
|
|
<p>Download Docker Desktop</p>
|
|
<p>
|
|
{{- if or $all $win }}
|
|
<a rel="noopener"
|
|
href="https://desktop.docker.com/win/main/amd64{{ $build_path }}Docker%20Desktop%20Installer.exe">Windows</a>
|
|
(<a rel="noopener"
|
|
href="https://desktop.docker.com/win/main/amd64{{ $build_path }}checksums.txt">checksum</a>) |
|
|
{{ end }}
|
|
{{- if or $win_arm_release }}
|
|
<a rel="noopener"
|
|
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}Docker%20Desktop%20Installer.exe">Windows ARM {{ $win_arm_release }}</a>
|
|
(<a rel="noopener"
|
|
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}checksums.txt">checksum</a>) |
|
|
{{ end }}
|
|
{{- if or $all $mac }}
|
|
<a rel="noopener" href="https://desktop.docker.com/mac/main/arm64{{ $build_path }}Docker.dmg">Mac
|
|
with Apple chip</a>
|
|
(<a rel="noopener"
|
|
href="https://desktop.docker.com/mac/main/arm64{{ $build_path }}checksums.txt">checksum</a>) |
|
|
<a rel="noopener" href="https://desktop.docker.com/mac/main/amd64{{ $build_path }}Docker.dmg">Mac
|
|
with Intel chip</a>
|
|
(<a rel="noopener"
|
|
href="https://desktop.docker.com/mac/main/amd64{{ $build_path }}checksums.txt">checksum</a>)
|
|
{{ end -}}
|
|
{{- if or $all $linux }}
|
|
|
|
|
<a rel="noopener"
|
|
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-{{ $version }}-amd64.deb">Debian</a>
|
|
-
|
|
<a rel="noopener"
|
|
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-{{ $version }}-x86_64.rpm">RPM</a>
|
|
-
|
|
<a rel="noopener"
|
|
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}docker-desktop-{{ $version }}-x86_64.pkg.tar.zst">Arch</a>
|
|
(<a rel="noopener"
|
|
href="https://desktop.docker.com/linux/main/amd64{{ $build_path }}checksums.txt">checksum</a>)
|
|
{{- end -}}
|
|
</p>
|
|
</blockquote>
|