Skip to content

Commit 0032634

Browse files
committed
chore(dd): update Windows Arm to EA
Signed-off-by: Chaimaa ZEGOUMOU <[email protected]>
1 parent ca66711 commit 0032634

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3333

3434
{{< release-date date="2025-07-04" >}}
3535

36-
{{< desktop-install-v2 all=true beta_win_arm=true version="4.43.1" build_path="/198352/" >}}
36+
{{< desktop-install-v2 all=true ea_win_arm=true version="4.43.1" build_path="/198352/" >}}
3737

3838
### Bug fixes and enhancements
3939

@@ -46,7 +46,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
4646

4747
{{< release-date date="2025-07-03" >}}
4848

49-
{{< desktop-install-v2 all=true beta_win_arm=true version="4.43.0" build_path="/198134/" >}}
49+
{{< desktop-install-v2 all=true ea_win_arm=true version="4.43.0" build_path="/198134/" >}}
5050

5151
### New
5252

@@ -103,7 +103,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
103103

104104
{{< release-date date="2025-06-18" >}}
105105

106-
{{< desktop-install-v2 all=true beta_win_arm=true version="4.42.1" build_path="/196648/" >}}
106+
{{< desktop-install-v2 all=true ea_win_arm=true version="4.42.1" build_path="/196648/" >}}
107107

108108
### Upgrades
109109

@@ -129,7 +129,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
129129

130130
{{< release-date date="2025-06-04" >}}
131131

132-
{{< desktop-install-v2 all=true beta_win_arm=true version="4.42.0" build_path="/195023/" >}}
132+
{{< desktop-install-v2 all=true ea_win_arm=true version="4.42.0" build_path="/195023/" >}}
133133

134134
### New
135135

layouts/shortcodes/desktop-install-v2.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{{- $all := .Get "all" -}}
22
{{- $win := .Get "win" -}}
33
{{- $beta_win_arm := .Get "beta_win_arm" -}}
4+
{{- $ea_win_arm := .Get "ea_win_arm" -}}
45
{{- $mac := .Get "mac" -}}
56
{{- $linux := .Get "linux" -}}
67
{{- $build_path := .Get "build_path" -}}
@@ -23,6 +24,14 @@
2324
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}checksums.txt">checksum</a>)
2425
</div>
2526
{{ end }}
27+
{{- if or $ea_win_arm }}
28+
<div>
29+
<a rel="noopener"
30+
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}Docker%20Desktop%20Installer.exe">Windows ARM Early Access</a>
31+
(<a rel="noopener"
32+
href="https://desktop.docker.com/win/main/arm64{{ $build_path }}checksums.txt">checksum</a>)
33+
</div>
34+
{{ end }}
2635
{{- if or $all $mac }}
2736
<div>
2837
<a rel="noopener" href="https://desktop.docker.com/mac/main/arm64{{ $build_path }}Docker.dmg">Mac with Apple chip</a>

0 commit comments

Comments
 (0)