Skip to content

Commit

Permalink
gha/macports: Add job to build Talipot on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Jan 9, 2024
1 parent c5c220e commit 32d33b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/macos-macports-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
fail-fast: false
matrix:
config:
- name: Talipot build on macOS 11
- name: Talipot build on macOS x86_64
os: macos-11
- name: Talipot build on macOS 12
os: macos-12
- name: Talipot build on macOS 13
os: macos-13
- name: Talipot build on macOS arm64
os: flyci-macos-large-latest-m1
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion bundlers/mac/mac_bundle.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ sh "${SRC_DIR}/make_dmg.sh" ${APP_NAME} "@TalipotVersion@" "${DEST_DIR}/applicat

# rename dmg
echo "${APP_NAME}-@TalipotVersion@-macOS-${MACOS_VERSION}.dmg has been successfully generated in ${DEST_DIR}"
mv ${APP_NAME}-@[email protected] ${APP_NAME}-@TalipotVersion@-macOS-${MACOS_VERSION}.dmg
mv ${APP_NAME}-@[email protected] \
${APP_NAME}-@TalipotVersion@-@CMAKE_HOST_SYSTEM_PROCESSOR@-macOS-${MACOS_VERSION}.dmg

0 comments on commit 32d33b7

Please sign in to comment.