Skip to content

Commit

Permalink
chore: Standardize arch for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mailo-nr committed Feb 3, 2025
1 parent 9afa5c2 commit 5d85252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Extract image version and arch
run: |
VERSION=$(echo '${{ steps.goreleaser.outputs.metadata }}' | jq -r '.version')
ARCH=$(echo '${{ runner.arch }}')
ARCH=$(echo '${{ runner.arch }}' | sed 's/X/amd/g')
echo "version=$VERSION" >> $GITHUB_ENV
echo "arch=${ARCH@L}" >> $GITHUB_ENV
Expand Down

0 comments on commit 5d85252

Please sign in to comment.