|
|
@@ -1,16 +1,14 @@
|
|
|
name: Cross build packages
|
|
|
|
|
|
on:
|
|
|
+ schedule:
|
|
|
+ - cron: '0 */6 * * *'
|
|
|
push:
|
|
|
tags:
|
|
|
- v*
|
|
|
release:
|
|
|
types:
|
|
|
- published
|
|
|
- pull_request:
|
|
|
- workflow_dispatch:
|
|
|
- repository_dispatch:
|
|
|
- types: [run_actions]
|
|
|
|
|
|
jobs:
|
|
|
windows:
|
|
|
@@ -71,8 +69,6 @@ jobs:
|
|
|
mac:
|
|
|
runs-on: macos-10.15
|
|
|
|
|
|
- if: startsWith(github.ref, 'refs/tags/')
|
|
|
-
|
|
|
steps:
|
|
|
- uses: actions/checkout@v1
|
|
|
- name: prepare
|
|
|
@@ -203,7 +199,6 @@ jobs:
|
|
|
done
|
|
|
cd -
|
|
|
- name: build emqx packages
|
|
|
- if: (matrix.arch == 'amd64' && matrix.emqx == 'emqx') || startsWith(github.ref, 'refs/tags/')
|
|
|
env:
|
|
|
ERL_OTP: erl23.2.2
|
|
|
EMQX: ${{ matrix.emqx }}
|
|
|
@@ -246,8 +241,6 @@ jobs:
|
|
|
docker:
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
|
- if: startsWith(github.ref, 'refs/tags/')
|
|
|
-
|
|
|
strategy:
|
|
|
matrix:
|
|
|
arch:
|