forked from shibao/cannery
build arm
This commit is contained in:
parent
75c0f8642b
commit
a87bf15f72
@ -36,7 +36,7 @@ steps:
|
|||||||
- mix test.all
|
- mix test.all
|
||||||
|
|
||||||
- name: build and publish stable
|
- name: build and publish stable
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: plugins/docker
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: shibaobun/cannery
|
repo: shibaobun/cannery
|
||||||
@ -44,6 +44,7 @@ steps:
|
|||||||
compress: true
|
compress: true
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
@ -54,7 +55,7 @@ steps:
|
|||||||
- stable
|
- stable
|
||||||
|
|
||||||
- name: build and publish tagged version
|
- name: build and publish tagged version
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: plugins/docker
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: shibaobun/cannery
|
repo: shibaobun/cannery
|
||||||
@ -62,6 +63,7 @@ steps:
|
|||||||
compress: true
|
compress: true
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
Loading…
Reference in New Issue
Block a user