Compare commits

...

2 commits

Author SHA1 Message Date
537604b828
Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-24 19:11:38 +02:00
bd5db06aad
fixed .drone.yml 2021-06-24 19:10:58 +02:00

View file

@ -18,6 +18,8 @@ steps:
auto_tag: true auto_tag: true
auto_tag_suffix: linux-amd64 auto_tag_suffix: linux-amd64
repo: samuelph/universal-statuspage repo: samuelph/universal-statuspage
build_args:
- ARCH=amd64
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password:
@ -49,6 +51,8 @@ steps:
auto_tag: true auto_tag: true
auto_tag_suffix: linux-arm64 auto_tag_suffix: linux-arm64
repo: samuelph/universal-statuspage repo: samuelph/universal-statuspage
build_args:
- ARCH=amd64
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password:
@ -109,7 +113,7 @@ steps:
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
# - linux/arm # - linux/arm
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password: