ci: build macos arm64 packages

This commit is contained in:
Ivan Dyachkov 2022-12-15 09:57:16 +01:00
parent 4dc4e0039e
commit 40f4d326a0
4 changed files with 10 additions and 0 deletions

View File

@ -110,9 +110,12 @@ 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
if: matrix.os == macos-12-arm64
- uses: actions/download-artifact@v3
with:
name: source

View File

@ -120,8 +120,11 @@ 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
if: matrix.os == macos-12-arm64
- uses: actions/checkout@v3
with:
fetch-depth: 0 # clone full git history

View File

@ -10,6 +10,8 @@
- Users can define the `externalTrafficPolicy` of service in EMQX Helm Chart [#9527](https://github.com/emqx/emqx/pull/9527).
- Start building MacOS packages for Apple Silicon M1/M2 [#9558](https://github.com/emqx/emqx/pull/9558).
## Bug Fixes
- Fixed load bootstrap file when no bootstrap user in `mqtt_app` [#9474](https://github.com/emqx/emqx/pull/9474).

View File

@ -11,6 +11,8 @@
- 用户可以在 EMQX Helm Chart 中自定义 service 资源的 `externalTrafficPolicy` [#9527](https://github.com/emqx/emqx/pull/9527)。
- 新增 Apple Silicon M1/M2 安装包发布 [#9558](https://github.com/emqx/emqx/pull/9558)。
## 修复
- 修复 mqtt_app 表内没有 boostrap user 里未导入用户的问题 [#9474](https://github.com/emqx/emqx/pull/9474).