mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
fix make target for cross compilation
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
f8a1c90881
commit
19682173d7
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
key: go-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
- name: Build cross platform compose-plugin binaries
|
||||
run: make -f builder.Makefile cross-compose-plugin
|
||||
run: make -f builder.Makefile cross
|
||||
|
||||
- name: Upload macos-amd64 binary
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user