fix: fix alpine321 output dir
This commit is contained in:
parent
f9318439ed
commit
34010bd2d8
2 changed files with 2 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
when:
|
when:
|
||||||
event: [push, cron, manual]
|
event: [cron, manual]
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
@ -158,37 +158,6 @@ steps:
|
||||||
value: "true"
|
value: "true"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
|
||||||
# - name: Upload to AWS S3
|
|
||||||
# image: woodpeckerci/plugin-s3:1.3.0
|
|
||||||
# pull: true
|
|
||||||
# settings:
|
|
||||||
# bucket: devxy-r-builds
|
|
||||||
# strip_prefix: /tmp/${PLATFORM}/
|
|
||||||
# source: /tmp/${PLATFORM}/*
|
|
||||||
# target: ${PLATFORM_ID}/
|
|
||||||
# region: eu-central-2
|
|
||||||
# # acl: public-read
|
|
||||||
# access_key:
|
|
||||||
# from_secret: B2_APPLICATION_KEY_ID
|
|
||||||
# secret_key:
|
|
||||||
# from_secret: B2_APPLICATION_KEY
|
|
||||||
# overwrite: false
|
|
||||||
# volumes:
|
|
||||||
# - ci-tmp-rwx:/tmp # agent on k8s
|
|
||||||
# # - /tmp:/tmp # agent on VM
|
|
||||||
# backend_options:
|
|
||||||
# kubernetes:
|
|
||||||
# resources:
|
|
||||||
# requests:
|
|
||||||
# memory: 100Mi
|
|
||||||
# cpu: 200m
|
|
||||||
# limits:
|
|
||||||
# memory: 1000Mi
|
|
||||||
# cpu: 1000m
|
|
||||||
# nodeSelector:
|
|
||||||
# kubernetes.io/arch: "${ARCH}"
|
|
||||||
# node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
|
|
||||||
|
|
||||||
- name: Upload to Backblaze S3
|
- name: Upload to Backblaze S3
|
||||||
image: woodpeckerci/plugin-s3:1.3.0
|
image: woodpeckerci/plugin-s3:1.3.0
|
||||||
pull: true
|
pull: true
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ services:
|
||||||
dockerfile: Dockerfile.alpine-321
|
dockerfile: Dockerfile.alpine-321
|
||||||
image: r-builds:alpine-321
|
image: r-builds:alpine-321
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/alpine-320:/tmp/output/alpine-320
|
- /tmp/alpine-321:/tmp/output/alpine-321
|
||||||
debian-10:
|
debian-10:
|
||||||
command: ./build.sh
|
command: ./build.sh
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue