Skip to content

Commit

Permalink
build on arm, and package separately
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Oct 2, 2024
1 parent 5729439 commit 1f45871
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bundle-ucm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2019]
os: [ubuntu-20.04, macos-12, macos-14, windows-2019]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -133,6 +133,7 @@ jobs:
os:
- ubuntu-20.04
- macos-12
- macos-14
- windows-2019
runs-on: ${{matrix.os}}
steps:
Expand Down Expand Up @@ -196,7 +197,7 @@ jobs:
- name: set up environment
run: |
staging_dir="${RUNNER_TEMP//\\//}/ucm-staging"
artifact_os="$(echo $RUNNER_OS | tr '[:upper:]' '[:lower:]')"
artifact_os="$(echo "${RUNNER_OS}-${RUNNER_ARCH}" | tr '[:upper:]' '[:lower:]')"
echo "staging_dir=$staging_dir" >> $GITHUB_ENV
echo "artifact_os=$artifact_os" >> $GITHUB_ENV
- name: download ucm
Expand Down

0 comments on commit 1f45871

Please sign in to comment.