ci: release packages for raspbian
This commit is contained in:
parent
be3fd24019
commit
0a70f676a9
|
@ -213,6 +213,8 @@ jobs:
|
|||
- ubuntu18.04
|
||||
- debian11
|
||||
- debian10
|
||||
- raspbian10
|
||||
- raspbian9
|
||||
- el9
|
||||
- el8
|
||||
- el7
|
||||
|
@ -229,6 +231,10 @@ jobs:
|
|||
build_machine: ubuntu-22.04
|
||||
- arch: amd64
|
||||
build_machine: aws-arm64
|
||||
- arch: amd64
|
||||
os: raspbian9
|
||||
- arch: amd64
|
||||
os: raspbian10
|
||||
include:
|
||||
- profile: emqx
|
||||
otp: 25.1.2-2
|
||||
|
@ -372,6 +378,8 @@ jobs:
|
|||
push "debian/buster" "packages/$PROFILE/$PROFILE-$VERSION-debian10-arm64.deb"
|
||||
push "debian/bullseye" "packages/$PROFILE/$PROFILE-$VERSION-debian11-amd64.deb"
|
||||
push "debian/bullseye" "packages/$PROFILE/$PROFILE-$VERSION-debian11-arm64.deb"
|
||||
push "raspbian/stretch" "packages/$PROFILE/$PROFILE-$VERSION-raspbian9-arm64.deb"
|
||||
push "raspbian/buster" "packages/$PROFILE/$PROFILE-$VERSION-raspbian10-arm64.deb"
|
||||
push "ubuntu/bionic" "packages/$PROFILE/$PROFILE-$VERSION-ubuntu18.04-amd64.deb"
|
||||
push "ubuntu/bionic" "packages/$PROFILE/$PROFILE-$VERSION-ubuntu18.04-arm64.deb"
|
||||
push "ubuntu/focal" "packages/$PROFILE/$PROFILE-$VERSION-ubuntu20.04-amd64.deb"
|
||||
|
|
Loading…
Reference in New Issue