Skip to content

Commit

Permalink
build: Fix circle CI name for s390x build step
Browse files Browse the repository at this point in the history
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
  • Loading branch information
rn committed Apr 5, 2018
1 parent 1cbe0db commit ba1b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
GOARCH: arm64
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH local-build
- run:
name: Build arm64/linux
name: Build s390x/linux
environment:
GOOS: linux
GOARCH: s390x
Expand Down

0 comments on commit ba1b7a4

Please sign in to comment.