Skip to content

Commit f502532

Browse files
DPE-7723: Update releases.md: fix arch for revs 429/430 (#1046)
## Issue https://canonical-charmed-postgresql.readthedocs-hosted.com/14/reference/releases/ says rev 430 is amd64 rev 429 is arm64 This is wrong: ``` juju download postgresql --revision 429 unp ./postgresql_r429.charm -d ./r429 grep amd ./r429/manifest.yaml - amd64 ``` ## Solution Update docs with proper pinning. Fixes: #1045
1 parent 6933786 commit f502532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Check the tables below, or use [`juju info`](https://juju.is/docs/juju/juju-info
4242

4343
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
4444
|:--------:|:-----:|:-----:|:-----:|
45-
|[553] | ![check] | | ![check] |
45+
|[553] | ![check] | | ![check] |
4646
|[552] | | ![check] | ![check] |
4747

4848
<details>
@@ -52,8 +52,8 @@ Check the tables below, or use [`juju info`](https://juju.is/docs/juju/juju-info
5252
|:--------:|:-----:|:-----:|:-----:|
5353
|[468] |![check] | | ![check] |
5454
|[467] | | ![check] | ![check] |
55-
|[430] |![check] | | ![check] |
56-
|[429] | | ![check] | ![check] |
55+
|[430] | | ![check] | ![check] |
56+
|[429] |![check] | | ![check] |
5757
|[363] |![check] | | ![check] |
5858
|[351] |![check] | | ![check] |
5959
|[336] |![check] | | ![check] |

0 commit comments

Comments
 (0)