File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ ubuntu:
46
46
suite : " noble"
47
47
component : " main"
48
48
gpg_key : " rabbitmq.gpg"
49
+ docker-ce :
50
+ url : " https://download.docker.com/linux/ubuntu"
51
+ suite : " noble"
52
+ component : " stable"
53
+ gpg_key : " docker-ce.asc"
49
54
50
55
ubuntu-aarch64 :
51
56
erlang :
@@ -95,3 +100,8 @@ ubuntu-aarch64:
95
100
component : " main"
96
101
arch : " amd64"
97
102
gpg_key : " rabbitmq.gpg"
103
+ docker-ce :
104
+ url : " https://download.docker.com/linux/ubuntu"
105
+ suite : " noble"
106
+ component : " stable"
107
+ gpg_key : " docker-ce.asc"
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ rocky-aarch64:
188
188
ubuntu :
189
189
docker-ce :
190
190
url : " https://download.docker.com/linux/ubuntu"
191
- suite : " noble "
191
+ suite : " jammy "
192
192
component : " stable"
193
193
gpg_key : " docker-ce.asc"
194
194
erlang :
You can’t perform that action at this time.
0 commit comments