mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Merge branch 'dev' into zeroidc
This commit is contained in:
commit
da4b9922d4
1 changed files with 22 additions and 0 deletions
|
@ -430,4 +430,26 @@ centos-7-setup: FORCE
|
||||||
yum install -y centos-release-scl
|
yum install -y centos-release-scl
|
||||||
yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
|
yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
|
||||||
|
|
||||||
|
snap-build-local: FORCE
|
||||||
|
snapcraft
|
||||||
|
|
||||||
|
snap-install: FORCE
|
||||||
|
snap install zerotier_`git describe --tags --abbrev=0`_${SNAP_ARCH}.snap --dangerous
|
||||||
|
|
||||||
|
snap-uninstall: FORCE
|
||||||
|
snap remove zerotier
|
||||||
|
|
||||||
|
snap-build-remote: FORCE
|
||||||
|
snapcraft remote-build --build-on=amd64,arm64,s390x,ppc64el,armhf,i386
|
||||||
|
|
||||||
|
snap-upload-beta: FORCE
|
||||||
|
for SNAPFILE in ./*.snap; do\
|
||||||
|
snapcraft upload --release=beta,edge,candidate $${SNAPFILE};\
|
||||||
|
done
|
||||||
|
|
||||||
|
snap-upload-stable: FORCE
|
||||||
|
for SNAPFILE in ./*.snap; do\
|
||||||
|
snapcraft upload --release=stable $${SNAPFILE};\
|
||||||
|
done
|
||||||
|
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
Loading…
Add table
Reference in a new issue