mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Merge pull request #2768 from rn/circle
Minor tweaks to CircleCI config
This commit is contained in:
commit
bf64d238db
@ -44,7 +44,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
GOOS: windows
|
GOOS: windows
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH local-build
|
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH.exe local-build
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: make local-test
|
command: make local-test
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# LinuxKit
|
# LinuxKit
|
||||||
|
|
||||||
|
[](https://circleci.com/gh/linuxkit/linuxkit)
|
||||||
|
|
||||||
LinuxKit, a toolkit for building custom minimal, immutable Linux distributions.
|
LinuxKit, a toolkit for building custom minimal, immutable Linux distributions.
|
||||||
|
|
||||||
- Secure defaults without compromising usability
|
- Secure defaults without compromising usability
|
||||||
|
Loading…
Reference in New Issue
Block a user