Skip to content

Commit

Permalink
fixup! release: add installer validation
Browse files Browse the repository at this point in the history
Now that we're building universal binaries on macOS, let's verify them
on Intel _and_ on ARM runners.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Nov 5, 2023
1 parent ac09407 commit 8b09616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ jobs:
- os: macos-latest
artifact: macos-artifacts
command: git
- os: macos-latest-xl-arm64
artifact: macos-artifacts
command: git
- os: windows-latest
artifact: win-installer-x86_64
command: $PROGRAMFILES\Git\cmd\git.exe
Expand Down Expand Up @@ -638,7 +641,7 @@ jobs:
test arm64 != "$arch" ||
brew uninstall git
pkgpath=$(find ./*$arch*.pkg)
pkgpath=$(find ./*universal*.pkg)
sudo installer -pkg $pkgpath -target /
- name: Validate
Expand Down

0 comments on commit 8b09616

Please sign in to comment.