mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 17:15:43 +00:00
use yaml alias and adjust build targets for docker images (#1143)
- use yaml alias for plaftorms settings - add linux/s390x for agent/cli release - add linux/riscv64 - remove darwin as mac use linux in hypervisor for docker
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18 AS certs
|
||||
FROM --platform=$BUILDPLATFORM golang:1.18 AS certs
|
||||
|
||||
FROM scratch
|
||||
ARG TARGETOS TARGETARCH
|
||||
|
Reference in New Issue
Block a user