Skip to content

Commit ef8da8c

Browse files
Build & release arm64 (#448)
1 parent addcbc3 commit ef8da8c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charmcraft.yaml

Lines changed: 6 additions & 6 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resources:
3232
mysql-image:
3333
type: oci-image
3434
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
3636

3737
peers:
3838
database-peers:

src/dependency.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"dependencies": {},
1010
"name": "charmed-mysql",
1111
"upgrade_supported": ">8.0.31",
12-
"version": "8.0.36"
12+
"version": "8.0.37"
1313
}
1414
}

0 commit comments

Comments
 (0)