This commit is contained in:
Sean OMeara 2023-03-24 22:36:34 +01:00
parent 1c114953a4
commit 80b62a3df4
No known key found for this signature in database
GPG key ID: 7215FDCD4EFD5E2F
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ ARG DEB_ARCH
ARG ZT_NAME
ARG DISTRO
RUN curl -s http://${BASEURL}/key.gpg -o /etc/apt/trusted.gpg.d/ci.lab.gpg
RUN echo "deb [arch=${DEB_ARCH} signed-by=/etc/apt/trusted.gpg.d/ci.lab.gpg] http://${BASEURL}/${DISTRO} ${ZT_NAME} main" > /etc/apt/sources.list.d/zerotier.list
RUN echo "deb [arch=${DEB_ARCH} signed-by=/etc/apt/trusted.gpg.d/zerotier.gpg] http://${BASEURL}/${DISTRO} ${ZT_NAME} main" > /etc/apt/sources.list.d/zerotier.list
RUN apt-get -qq update
RUN apt-get -qq install zerotier=one=${VERSION}

View file

@ -17,9 +17,9 @@ else
fi
if [ ${BUILD_EVENT} == "tag" ]; then
BASEURL="zerotier-releases.ci.lab"
BASEURL="zerotier-releases.home.arpa"
else
BASEURL="zerotier-builds.ci.lab"
BASEURL="zerotier-builds.home.arpa"
fi
echo "#~~~~~~~~~~~~~~~~~~~~"