RVSCC/.drone.yml
Mario1159 e3dfaeaeb3
Some checks reported errors
continuous-integration/drone/push Build was killed
Change platform to amd64
SystemC currently doesn't support ARM
2023-02-08 19:40:32 +00:00

23 lines
380 B
YAML

kind: pipeline
type: docker
name: docker-build
platform:
os: linux
arch: amd64
steps:
- name: build_and_push
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker build -t git.1159.cl/mario1159/rvscc .
- docker push git.1159.cl/mario1159/rvscc:latest
volumes:
- name: dockersock
host:
path: /var/run/docker.sock