Skip to content

Commit

Permalink
Merge pull request #698 from dduportal/fix/wiki/arm64
Browse files Browse the repository at this point in the history
chore(updatecli) fix wiki chart image architecture to use 'arm64'
  • Loading branch information
dduportal authored Sep 12, 2023
2 parents 5959f08 + 778a627 commit 99c1c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion updatecli/updatecli.d/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ conditions:
sourceid: latestRelease
spec:
image: "jenkinsciinfra/wiki"
architecture: "amd64"
architectures:
- amd64
- arm64

targets:
updateChart:
Expand Down

0 comments on commit 99c1c8e

Please sign in to comment.