Compare commits
1 Commits
master
...
c2e92b0dd2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2e92b0dd2 |
18
.drone.star
18
.drone.star
@@ -1,24 +1,24 @@
|
||||
def main(ctx):
|
||||
return [
|
||||
stepPR("amd64", "motsognir"),
|
||||
#stepPR("amd64", "motsognir"),
|
||||
stepPR("arm64", "motsognir"),
|
||||
stepMergeMaster("amd64", "motsognir"),
|
||||
#stepMergeMaster("amd64", "motsognir"),
|
||||
stepMergeMaster("arm64", "motsognir"),
|
||||
stepBuildWeekly("amd64", "motsognir"),
|
||||
#stepBuildWeekly("amd64", "motsognir"),
|
||||
stepBuildWeekly("arm64", "motsognir"),
|
||||
|
||||
stepPR("amd64", "webtest"),
|
||||
#stepPR("amd64", "webtest"),
|
||||
stepPR("arm64", "webtest"),
|
||||
stepMergeMaster("amd64", "webtest"),
|
||||
#stepMergeMaster("amd64", "webtest"),
|
||||
stepMergeMaster("arm64", "webtest"),
|
||||
stepBuildWeekly("amd64", "webtest"),
|
||||
#stepBuildWeekly("amd64", "webtest"),
|
||||
stepBuildWeekly("arm64", "webtest"),
|
||||
|
||||
stepPR("amd64", "unbound"),
|
||||
#stepPR("amd64", "unbound"),
|
||||
stepPR("arm64", "unbound"),
|
||||
stepMergeMaster("amd64", "unbound"),
|
||||
#stepMergeMaster("amd64", "unbound"),
|
||||
stepMergeMaster("arm64", "unbound"),
|
||||
stepBuildWeekly("amd64", "unbound"),
|
||||
#stepBuildWeekly("amd64", "unbound"),
|
||||
stepBuildWeekly("arm64", "unbound"),
|
||||
|
||||
notify(ctx),
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM debian:latest
|
||||
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
||||
EXPOSE 5335/udp
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install unbound netcat-traditional
|
||||
&& apt-get -y install unbound netcat
|
||||
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
||||
COPY unbound/entrypoint.sh /
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user