Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Aug 28, 2024
1 parent 2ecdd8d commit ddadc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sysroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ddadc0c

Please sign in to comment.