fix: fix alpine321 output dir

This commit is contained in:
Patrick Schratz 2024-12-06 15:22:42 +01:00
commit 34010bd2d8
Signed by: pat-s
GPG key ID: 3C6318841EF78925
2 changed files with 2 additions and 33 deletions

View file

@ -1,5 +1,5 @@
when:
event: [push, cron, manual]
event: [cron, manual]
matrix:
include:
@ -158,37 +158,6 @@ steps:
value: "true"
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
image: woodpeckerci/plugin-s3:1.3.0
pull: true

View file

@ -58,7 +58,7 @@ services:
dockerfile: Dockerfile.alpine-321
image: r-builds:alpine-321
volumes:
- /tmp/alpine-320:/tmp/output/alpine-320
- /tmp/alpine-321:/tmp/output/alpine-321
debian-10:
command: ./build.sh
environment: