fix: Remove platform specifications for Docker builds in CI configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -60,7 +60,6 @@ steps:
|
||||
registry: registry.coadcorp.com
|
||||
repo: "registry.coadcorp.com/nathan/invertergui"
|
||||
dockerfile: Dockerfile.publish.amd64
|
||||
platform: "linux/amd64"
|
||||
username: nathan
|
||||
password:
|
||||
from_secret: registry_password
|
||||
@@ -76,7 +75,6 @@ steps:
|
||||
registry: registry.coadcorp.com
|
||||
repo: "registry.coadcorp.com/nathan/invertergui"
|
||||
dockerfile: Dockerfile.publish.arm64
|
||||
platform: "linux/arm64"
|
||||
username: nathan
|
||||
password:
|
||||
from_secret: registry_password
|
||||
@@ -108,7 +106,6 @@ steps:
|
||||
registry: registry.coadcorp.com
|
||||
repo: "registry.coadcorp.com/nathan/invertergui"
|
||||
dockerfile: Dockerfile.publish.amd64
|
||||
platform: "linux/amd64"
|
||||
username: nathan
|
||||
password:
|
||||
from_secret: registry_password
|
||||
@@ -127,7 +124,6 @@ steps:
|
||||
registry: registry.coadcorp.com
|
||||
repo: "registry.coadcorp.com/nathan/invertergui"
|
||||
dockerfile: Dockerfile.publish.arm64
|
||||
platform: "linux/arm64"
|
||||
username: nathan
|
||||
password:
|
||||
from_secret: registry_password
|
||||
@@ -165,7 +161,6 @@ steps:
|
||||
registry: registry.coadcorp.com
|
||||
repo: "registry.coadcorp.com/nathan/invertergui"
|
||||
dockerfile: Dockerfile.publish.amd64
|
||||
platform: "linux/amd64"
|
||||
username: nathan
|
||||
password:
|
||||
from_secret: registry_password
|
||||
@@ -181,7 +176,6 @@ steps:
|
||||
registry: registry.coadcorp.com
|
||||
repo: "registry.coadcorp.com/nathan/invertergui"
|
||||
dockerfile: Dockerfile.publish.arm64
|
||||
platform: "linux/arm64"
|
||||
username: nathan
|
||||
password:
|
||||
from_secret: registry_password
|
||||
|
||||
Reference in New Issue
Block a user