|
|
|
@ -76,7 +76,37 @@ steps:
|
|
|
|
|
- /bin/su -s /bin/sh -c '/run.sh /drone/src/"$DRONE_STEP_NAME" "$OUTPUT_DIR"' notroot |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: qemu-loongarch64 |
|
|
|
|
- name: ttyd |
|
|
|
|
image: registry.186526.xyz/docker-makepkg |
|
|
|
|
failure: ignore |
|
|
|
|
volumes: |
|
|
|
|
- name: oblivion |
|
|
|
|
path: /oblivion |
|
|
|
|
environment: |
|
|
|
|
DOCKER_MAKEPKG_PATH: /drone/src/$DRONE_STEP_NAME |
|
|
|
|
DOCKER_OUT_PATH: /oblivion |
|
|
|
|
REPO_API_URL: http://10.0.0.85:8081/service/rest/v1 |
|
|
|
|
commands: |
|
|
|
|
- echo Server = http://mirror.archlinux.cl/\$repo/os/\$arch > /etc/pacman.d/mirrorlist |
|
|
|
|
- /bin/su -s /bin/sh -c '/run.sh /drone/src/"$DRONE_STEP_NAME" "$OUTPUT_DIR"' notroot |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: nginx-quic |
|
|
|
|
image: registry.186526.xyz/docker-makepkg |
|
|
|
|
failure: ignore |
|
|
|
|
volumes: |
|
|
|
|
- name: oblivion |
|
|
|
|
path: /oblivion |
|
|
|
|
environment: |
|
|
|
|
DOCKER_MAKEPKG_PATH: /drone/src/$DRONE_STEP_NAME |
|
|
|
|
DOCKER_OUT_PATH: /oblivion |
|
|
|
|
REPO_API_URL: http://10.0.0.85:8081/service/rest/v1 |
|
|
|
|
commands: |
|
|
|
|
- echo Server = http://mirror.archlinux.cl/\$repo/os/\$arch > /etc/pacman.d/mirrorlist |
|
|
|
|
- /bin/su -s /bin/sh -c '/run.sh /drone/src/"$DRONE_STEP_NAME" "$OUTPUT_DIR"' notroot |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: etherguard-go |
|
|
|
|
image: registry.186526.xyz/docker-makepkg |
|
|
|
|
failure: ignore |
|
|
|
|
volumes: |
|
|
|
|