File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
type : charm
5
5
bases :
6
- - build-on :
7
- - name : " ubuntu "
8
- channel : " 22.04 "
9
- run-on :
10
- - name : " ubuntu "
11
- channel : " 22.04 "
6
+ - name : ubuntu
7
+ channel : " 22.04 "
8
+ architectures : [amd64]
9
+ - name : ubuntu
10
+ channel : " 22.04 "
11
+ architectures : [arm64]
12
12
parts :
13
13
charm :
14
14
override-pull : |
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ resources:
32
32
mysql-image :
33
33
type : oci-image
34
34
description : Ubuntu LTS Docker image for MySQL
35
- upstream-source : ghcr.io/canonical/charmed-mysql@sha256:c5095a975f61afc2930c51d79564ec83e9b6d379c53c4f55a3a5d99031b89585
35
+ upstream-source : ghcr.io/canonical/charmed-mysql@sha256:4a605458a09dc53feed91a0d81310dca267b2ac273ed7e1798bc4cb50c14fe68
36
36
37
37
peers :
38
38
database-peers :
Original file line number Diff line number Diff line change 9
9
"dependencies" : {},
10
10
"name" : " charmed-mysql" ,
11
11
"upgrade_supported" : " >8.0.31" ,
12
- "version" : " 8.0.36 "
12
+ "version" : " 8.0.37 "
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments