removed android garbo
This commit is contained in:
parent
8f94aed2ee
commit
f65d4111fe
|
@ -29,7 +29,7 @@ steps:
|
|||
name: deploy-config
|
||||
when:
|
||||
- path:
|
||||
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml' ]
|
||||
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml', 'Dockerfile' ]
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
volumes:
|
||||
|
@ -37,4 +37,3 @@ steps:
|
|||
commands:
|
||||
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
||||
- docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME}
|
||||
# buildforce
|
|
@ -14,12 +14,9 @@ RUN apt-get update && apt-get install -y \
|
|||
wget \
|
||||
gramps \
|
||||
golang-go \
|
||||
qemu-kvm \
|
||||
libvirt-daemon-system \
|
||||
libvirt-clients \
|
||||
bridge-utils \
|
||||
adb \
|
||||
libvulkan1 \
|
||||
&& rm -rf /var/lib/apt/lists/* && \
|
||||
mkdir -p /root/.ssh/ && \
|
||||
chmod 600 /root/.ssh
|
||||
|
|
Loading…
Reference in New Issue