mirror of
https://github.com/mykitserver/feed2toot-docker.git
synced 2025-12-06 16:59:12 +01:00
added arm build
This commit is contained in:
24
.drone.yml
24
.drone.yml
@@ -1,5 +1,27 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
name: docker-amd
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: samuelph/feed2toot
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
from_secret: PASSWORD
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: docker-arm
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
|
||||
Reference in New Issue
Block a user