mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-17 14:36:32 +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
|
||||
GOARCH: arm64
|
||||
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:
|
||||
name: Build amd64/darwin
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user