Skip to content

Commit

Permalink
(dron-434) set platform in docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
TP Honey committed Nov 17, 2022
1 parent 21b32ec commit 1c5cd3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ steps:
repo: drone/drone-runner-docker
auto_tag: true
auto_tag_suffix: linux-arm
platform: linux/arm/v7
dockerfile: docker/Dockerfile.linux.arm
username:
from_secret: docker_username
Expand All @@ -68,6 +69,7 @@ steps:
repo: drone/drone-runner-docker
auto_tag: true
auto_tag_suffix: linux-arm64
platform: linux/arm64
dockerfile: docker/Dockerfile.linux.arm64
username:
from_secret: docker_username
Expand All @@ -85,6 +87,7 @@ steps:
repo: drone/drone-runner-docker
auto_tag: true
auto_tag_suffix: linux-ppc64le
platform: linux/ppc64le
dockerfile: docker/Dockerfile.linux.ppc64le
username:
from_secret: docker_username
Expand Down

0 comments on commit 1c5cd3a

Please sign in to comment.