Skip to content

Commit 4590833

Browse files
committed
ci: arm64v8 -> arm64/v8
Thanks Razvan and Faustin.
1 parent 6179485 commit 4590833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- id: generate-jobs
5858
name: Generate Jobs
5959
run: |
60-
sed -i '/"platform"/c"platform": "{{- range $index, $arch := $e.Architectures }}{{ if $index }},{{ end }}linux/{{$arch}}{{- end }}"' "$BASHBREW_SCRIPTS/github-actions/generate.sh"
60+
sed -i '/"platform"/c"platform": {{- range $index, $arch := $e.Architectures }}{{ if $index }},{{ end }}linux/{{ replace (printf "%v" $arch) "v8" "/v8" -1 }}{{- end }}' "$BASHBREW_SCRIPTS/github-actions/generate.sh"
6161
strategy="$(GITHUB_REPOSITORY='mariadb' "$BASHBREW_SCRIPTS/github-actions/generate.sh" | jq -c '.matrix.include |= map(.meta.entries[0].tags[0] as $tag | .runs.mariadbtest = "./.test/run.sh " + $tag)')"
6262
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
6363
jq . <<<"$strategy" # sanity check / debugging aid

0 commit comments

Comments
 (0)