mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-17 22:46:29 +00:00
build: Build the s390x linuxkit binary in CI
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
cfb7cfb8ec
commit
2810dfe951
@ -33,6 +33,12 @@ jobs:
|
|||||||
GOOS: linux
|
GOOS: linux
|
||||||
GOARCH: arm64
|
GOARCH: arm64
|
||||||
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH local-build
|
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH local-build
|
||||||
|
- run:
|
||||||
|
name: Build arm64/linux
|
||||||
|
environment:
|
||||||
|
GOOS: linux
|
||||||
|
GOARCH: s390x
|
||||||
|
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH local-build
|
||||||
- run:
|
- run:
|
||||||
name: Build amd64/darwin
|
name: Build amd64/darwin
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user