mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
el5
This commit is contained in:
parent
c772859c8d
commit
abe16bcb07
2 changed files with 16 additions and 15 deletions
|
@ -29,7 +29,8 @@ local targets = [
|
|||
// { "os": "linux", distro: "redhat", "name": "el9", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
// { "os": "linux", distro: "redhat", "name": "el8", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
// { "os": "linux", distro: "redhat", "name": "el7", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
{ "os": "linux", distro: "redhat", "name": "el6", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
// { "os": "linux", distro: "redhat", "name": "el6", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
{ "os": "linux", distro: "redhat", "name": "el5", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
// { "os": "linux", distro: "ubuntu", "name": "jammy", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
// { "os": "linux", distro: "ubuntu", "name": "jessie", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
// { "os": "windows", distro: "windows", "name": "windows", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] },
|
||||
|
|
28
.drone.yml
28
.drone.yml
|
@ -2,27 +2,27 @@
|
|||
clone:
|
||||
depth: 1
|
||||
kind: pipeline
|
||||
name: el6 amd64 build
|
||||
name: el5 amd64 build
|
||||
platform:
|
||||
os: linux
|
||||
pull: always
|
||||
steps:
|
||||
- commands:
|
||||
- ./ci/scripts/build.sh el6 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
|
||||
- ./ci/scripts/build.sh el5 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
name: build
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- commands:
|
||||
- ./ci/scripts/build.sh el6 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT}
|
||||
- ./ci/scripts/build.sh el5 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT}
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
name: release
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- commands:
|
||||
- ./ci/scripts/publish.sh el6 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
|
||||
- ./ci/scripts/publish.sh el5 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
name: copy build
|
||||
volumes:
|
||||
|
@ -32,7 +32,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- commands:
|
||||
- ./ci/scripts/publish.sh el6 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT}
|
||||
- ./ci/scripts/publish.sh el5 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT}
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
name: copy relase
|
||||
volumes:
|
||||
|
@ -58,15 +58,15 @@ volumes:
|
|||
clone:
|
||||
depth: 1
|
||||
depends_on:
|
||||
- el6 amd64 build
|
||||
- el5 amd64 build
|
||||
kind: pipeline
|
||||
name: el6 index
|
||||
name: el5 index
|
||||
platform:
|
||||
os: linux
|
||||
pull: always
|
||||
steps:
|
||||
- commands:
|
||||
- /usr/local/bin/index zerotier-builds redhat el6 amd64
|
||||
- /usr/local/bin/index zerotier-builds redhat el5 amd64
|
||||
environment:
|
||||
GPG_PRIVATE_KEY:
|
||||
from_secret: gpg-private-key
|
||||
|
@ -79,7 +79,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- commands:
|
||||
- /usr/local/bin/index zerotier-releases redhat el6 amd64
|
||||
- /usr/local/bin/index zerotier-releases redhat el5 amd64
|
||||
environment:
|
||||
GPG_PRIVATE_KEY:
|
||||
from_secret: gpg-private-key
|
||||
|
@ -108,15 +108,15 @@ volumes:
|
|||
clone:
|
||||
depth: 1
|
||||
depends_on:
|
||||
- el6 index
|
||||
- el5 index
|
||||
kind: pipeline
|
||||
name: el6 amd64 test
|
||||
name: el5 amd64 test
|
||||
platform:
|
||||
os: linux
|
||||
pull: always
|
||||
steps:
|
||||
- commands:
|
||||
- ./ci/scripts/test.sh el6 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
|
||||
- ./ci/scripts/test.sh el5 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
name: test build
|
||||
volumes:
|
||||
|
@ -126,7 +126,7 @@ steps:
|
|||
event:
|
||||
- push
|
||||
- commands:
|
||||
- ./ci/scripts/test.sh el6 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT}
|
||||
- ./ci/scripts/test.sh el5 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT}
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
name: test release
|
||||
volumes:
|
||||
|
@ -150,6 +150,6 @@ volumes:
|
|||
name: zerotier-releases
|
||||
---
|
||||
kind: signature
|
||||
hmac: 0c18860540ec23fe2a3d081f5b76e75f61b9a8258cc82eda98950242e84ab1ec
|
||||
hmac: ae0cda8013ad7f0832be07ef67b5742e7c0e07f0df26c9995eb95f9b993181b7
|
||||
|
||||
...
|
||||
|
|
Loading…
Add table
Reference in a new issue