diff --git a/.github/workflows/sysroot.yml b/.github/workflows/sysroot.yml index 42ed6ce..7da8804 100644 --- a/.github/workflows/sysroot.yml +++ b/.github/workflows/sysroot.yml @@ -59,7 +59,8 @@ jobs: --build-arg GLIBC_VERSION="${{ inputs.glibc_version }}" \ --build-arg LIBSTDCXX_VERSION="${{ inputs.libstdcxx_verion }}" \ --tag "$DOCKER_IMAGE_TAG" \ - --target "sysroot_$GITHUB_TAG" + --target sysroot_base \ + . - name: Package Sysroot run: |