Skip to content

Commit

Permalink
ci: build macos release packages for apple silicon (arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Nov 25, 2022
1 parent a3140f7 commit 5c40b1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_packages.yaml
Expand Up @@ -74,7 +74,7 @@ jobs:
esac
;;
esac
echo "::set-output name=BUILD_PROFILE::$PROFILE"
echo "BUILD_PROFILE=$PROFILE" >> $GITHUB_OUTPUT
- name: get_all_deps
run: |
make -C source deps-all
Expand Down Expand Up @@ -143,20 +143,19 @@ jobs:
- 24.3.4.2-1
os:
- macos-11
- macos-12-arm64
runs-on: ${{ matrix.os }}
steps:
- uses: emqx/self-hosted-cleanup-action@v1.0.3
- uses: actions/download-artifact@v3
with:
name: source
path: .
- name: unzip source code
run: |
ln -s . source
unzip -q source.zip
unzip -o -q source.zip
rm source source.zip
- name: prepare
run: |
git config --global credential.helper store
- uses: ./.github/actions/package-macos
with:
profile: ${{ matrix.profile }}
Expand Down
2 changes: 2 additions & 0 deletions changes/v5.0.11-en.md
Expand Up @@ -23,6 +23,8 @@

- Keep MQTT v5 User-Property pairs from bridge ingested MQTT messsages to bridge target [#9398](https://github.com/emqx/emqx/pull/9398).

- Start building MacOS packages for Apple Silicon hadrdware [#9423](https://github.com/emqx/emqx/pull/9423).

## Bug fixes

- Fix `ssl.existingName` option of helm chart not working [#9307](https://github.com/emqx/emqx/issues/9307).
Expand Down

0 comments on commit 5c40b1d

Please sign in to comment.