Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #37 from dweomer/drone-publish-arch
Browse files Browse the repository at this point in the history
drone: include ARCH during publish as build-arg
  • Loading branch information
dweomer authored May 6, 2020
2 parents b936cd7 + 6f69745 commit 1b991fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ steps:
- name: publish
image: plugins/docker
settings:
build_args:
- ARCH=amd64
dockerfile: Dockerfile
target: release
password:
Expand Down Expand Up @@ -104,6 +106,8 @@ steps:
- name: publish
image: plugins/docker
settings:
build_args:
- ARCH=arm64
dockerfile: Dockerfile
target: release
password:
Expand Down Expand Up @@ -168,6 +172,8 @@ steps:
- name: publish
image: plugins/docker
settings:
build_args:
- ARCH=arm
dockerfile: Dockerfile
target: release
password:
Expand Down Expand Up @@ -200,7 +206,7 @@ platform:

steps:
- name: manifest
image: plugins/manifest:1.0.2
image: plugins/manifest
settings:
username:
from_secret: docker_username
Expand Down

0 comments on commit 1b991fd

Please sign in to comment.