Skip to content

Commit

Permalink
update(elastic-stack): 7.17 needs the amd64 suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 30, 2024
1 parent 3218ec1 commit 25e7b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ targets:
scmid: default
spec:
file: docker-compose.yml
matchpattern: '(.*):\d+.\d+.\d+-.*-SNAPSHOT'
replacepattern: '$1:{{ source "latestVersion" }}-SNAPSHOT'
matchpattern: '(.*):\d+.\d+.\d+-.*-SNAPSHOT(-amd64)?'
replacepattern: '$1:{{ source "latestVersion" }}-SNAPSHOT-amd64'

0 comments on commit 25e7b2d

Please sign in to comment.