Skip to content

Commit

Permalink
Merge pull request #118 from git-for-windows/stop-building-i686-artif…
Browse files Browse the repository at this point in the history
…acts-except-mingit

git-artifacts: _really_ stop building i686 artifacts except MinGit
  • Loading branch information
dscho authored Feb 26, 2025
2 parents bd771db + 009da2d commit 850344c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
echo "MINGW_PACKAGE_PREFIX=$MINGW_PACKAGE_PREFIX" >> $GITHUB_OUTPUT
echo "SDK_REPO_ARCH=$SDK_REPO_ARCH" >> $GITHUB_OUTPUT
test -n "$ARTIFACTS_TO_BUILD" || {
ARTIFACTS_TO_BUILD="installer portable archive mingit"
ARTIFACTS_TO_BUILD="mingit"
test "$ARCHITECTURE" = i686 || ARTIFACTS_TO_BUILD="installer portable archive $ARTIFACTS_TO_BUILD"
test "$ARCHITECTURE" = aarch64 || ARTIFACTS_TO_BUILD="$ARTIFACTS_TO_BUILD mingit-busybox"
test "$ARCHITECTURE" != x86_64 || ARTIFACTS_TO_BUILD="$ARTIFACTS_TO_BUILD nuget"
}
Expand Down

0 comments on commit 850344c

Please sign in to comment.