Skip to content

Commit 156da2d

Browse files
Build & release arm64 (#275)
1 parent ae928fc commit 156da2d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charmcraft.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
type: charm
55
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]
1212
parts:
1313
charm:
1414
override-pull: |

metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ resources:
5757
mysql-router-image:
5858
type: oci-image
5959
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
6161
assumes:
6262
- k8s-api

workload_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.36
1+
8.0.37

0 commit comments

Comments
 (0)