try again
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-19 13:32:04 +11:00
parent ff0c806efa
commit 22a42bfef0
2 changed files with 22 additions and 3 deletions

View File

@@ -48,6 +48,9 @@ steps:
repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile
platform: "linux/amd64"
build_args:
- TARGETOS=linux
- TARGETARCH=amd64
username: nathan
password:
from_secret: registry_password
@@ -64,6 +67,9 @@ steps:
repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile
platform: "linux/arm64"
build_args:
- TARGETOS=linux
- TARGETARCH=arm64
username: nathan
password:
from_secret: registry_password
@@ -96,6 +102,9 @@ steps:
repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile
platform: "linux/amd64"
build_args:
- TARGETOS=linux
- TARGETARCH=amd64
username: nathan
password:
from_secret: registry_password
@@ -115,6 +124,9 @@ steps:
repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile
platform: "linux/arm64"
build_args:
- TARGETOS=linux
- TARGETARCH=arm64
username: nathan
password:
from_secret: registry_password
@@ -153,6 +165,9 @@ steps:
repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile
platform: "linux/amd64"
build_args:
- TARGETOS=linux
- TARGETARCH=amd64
username: nathan
password:
from_secret: registry_password
@@ -169,6 +184,9 @@ steps:
repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile
platform: "linux/arm64"
build_args:
- TARGETOS=linux
- TARGETARCH=arm64
username: nathan
password:
from_secret: registry_password