Compare commits

..

No commits in common. "02ef3a5cfb74797830f08db46e4f2fb5f9bcf747" and "eab696d011242e71c2ec2e3a43cd28452645c6e9" have entirely different histories.

View file

@ -10,7 +10,7 @@ resources:
- name: source - name: source
type: git type: git
source: source:
uri: https://gitea.redxef.at/redxef/jupyterhub-docker-spawner-image uri: https://gitea.redxef.at/redxef/jupyter-docker-spawner-image
branch: main branch: main
fetch_tags: true fetch_tags: true
- name: upstream-image - name: upstream-image
@ -70,7 +70,7 @@ jobs:
- name: build-output - name: build-output
params: params:
dest: build-output/image.tar dest: build-output/image.tar
platform: aarch64,x86_64 platform: aarch64,arm,i386,ppc64le,s390x,x86_64
run: run:
path: build path: build
- put: image - put: image