File tree 3 files changed +8
-8
lines changed
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 @@ -57,6 +57,6 @@ resources:
57
57
mysql-router-image :
58
58
type : oci-image
59
59
description : OCI image for mysql-router
60
- upstream-source : ghcr.io/canonical/charmed-mysql@sha256:c5095a975f61afc2930c51d79564ec83e9b6d379c53c4f55a3a5d99031b89585
60
+ upstream-source : ghcr.io/canonical/charmed-mysql@sha256:4a605458a09dc53feed91a0d81310dca267b2ac273ed7e1798bc4cb50c14fe68
61
61
assumes :
62
62
- k8s-api
Original file line number Diff line number Diff line change 1
- 8.0.36
1
+ 8.0.37
You can’t perform that action at this time.
0 commit comments