From 19682173d70400e2f8eeeb68102c04f4962b9da9 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 1 Sep 2021 15:30:33 +0200 Subject: [PATCH] fix make target for cross compilation Signed-off-by: Nicolas De Loof --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index a75969ae3..c0fe29ffc 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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