Skip to content

Commit

Permalink
pipeline: build also for arm64 and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-personio committed May 14, 2024
1 parent 54bbd98 commit 5c5b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shopt -s extglob
if [[ "$GITHUB_EVENT_NAME" == pull_request ]]; then
echo version="0.0.0-test.${GITHUB_SHA:0:7}"
echo archs='["amd64"]'
echo archs='["amd64", "arm64", "arm"]'
exit 0
fi >> "$GITHUB_OUTPUT"
if ! [[ "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z-]+)?(\+[0-9A-Za-z-]+)?$ ]]; then
Expand Down

0 comments on commit 5c5b9a9

Please sign in to comment.