All checks were successful
continuous-integration/drone/push Build is passing
30 lines
528 B
YAML
30 lines
528 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: build_amd64
|
|
image: plugins/docker
|
|
settings:
|
|
username: unclesamwk
|
|
password:
|
|
from_secret: docker_hub_password
|
|
repo: unclesamwk/subsonic
|
|
build_args:
|
|
- BUILD_ARCH=amd64
|
|
tags:
|
|
- latest
|
|
- amd64
|
|
- '6.1.5'
|
|
|
|
- name: build_arm32v7
|
|
image: plugins/docker
|
|
settings:
|
|
username: unclesamwk
|
|
password:
|
|
from_secret: docker_hub_password
|
|
repo: unclesamwk/subsonic
|
|
build_args:
|
|
- BUILD_ARCH=arm32v7
|
|
tags:
|
|
- arm32v7
|