diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aca18eec980..b0ef80819a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -59,7 +59,7 @@ jobs: shell: bash run: | export MULTI_PLATFORM_BUILD=true - make linux + make build-in-docker working-directory: src/github.com/sealerio/sealer - name: Save build binaries diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5864049ec17..a900e4d2386 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: shell: bash run: | export MULTI_PLATFORM_BUILD=true - make linux + make build-in-docker working-directory: src/github.com/sealerio/sealer - name: Save build binaries