mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 05:52:38 +00:00
make targets separated by OS
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make build-targets-all
|
||||
make build-targets-linux build-targets-windows
|
||||
env:
|
||||
GOPATH: ${{runner.workspace}}
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make build-target-macos
|
||||
make build-targets-macos
|
||||
env:
|
||||
GOPATH: ${{runner.workspace}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user