Compare commits

...

1 Commits

Author SHA1 Message Date
2d573171d3 build arm
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-16 16:50:03 -04:00

View File

@ -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: