Compare commits
2 commits
eab696d011
...
02ef3a5cfb
Author | SHA1 | Date | |
---|---|---|---|
02ef3a5cfb | |||
2a395e640f |
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ resources:
|
||||||
- name: source
|
- name: source
|
||||||
type: git
|
type: git
|
||||||
source:
|
source:
|
||||||
uri: https://gitea.redxef.at/redxef/jupyter-docker-spawner-image
|
uri: https://gitea.redxef.at/redxef/jupyterhub-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,arm,i386,ppc64le,s390x,x86_64
|
platform: aarch64,x86_64
|
||||||
run:
|
run:
|
||||||
path: build
|
path: build
|
||||||
- put: image
|
- put: image
|
||||||
|
|
Loading…
Reference in a new issue