21 lines
391 B
YAML
21 lines
391 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: docker
|
|
image: thegeeklab/drone-docker-buildx:23
|
|
privileged: true
|
|
settings:
|
|
username: uzurka
|
|
password:
|
|
from_secret: docker_password
|
|
repo: uzurka/graalvm23
|
|
tags:
|
|
- 20.0.2
|
|
- 20.0.2-graal
|
|
- alpine
|
|
build_args:
|
|
- GRAALVERSION=20.0.2-graal
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64 |