ci: exclude raspbian all together
the 'exclude' matrix prior to this change had raspbian all excluded anyway.
This commit is contained in:
parent
c878c20499
commit
03d3d1d65a
|
@ -208,7 +208,6 @@ jobs:
|
|||
- debian9
|
||||
- el8
|
||||
- el7
|
||||
- raspbian10
|
||||
build_machine:
|
||||
- aws-arm64
|
||||
- ubuntu-20.04
|
||||
|
@ -217,20 +216,6 @@ jobs:
|
|||
build_machine: ubuntu-20.04
|
||||
- arch: amd64
|
||||
build_machine: aws-arm64
|
||||
- os: raspbian9
|
||||
arch: amd64
|
||||
- os: raspbian10
|
||||
arch: amd64
|
||||
- os: raspbian10 # we only have arm32 image
|
||||
arch: arm64
|
||||
- os: raspbian9
|
||||
profile: emqx
|
||||
- os: raspbian10
|
||||
profile: emqx
|
||||
- os: raspbian9
|
||||
profile: emqx-enterprise
|
||||
- os: raspbian10
|
||||
profile: emqx-enterprise
|
||||
include:
|
||||
- profile: emqx
|
||||
otp: 24.3.4.2-1
|
||||
|
|
Loading…
Reference in New Issue