Skip to content

Commit

Permalink
use cross base image from main branch to fix glibc issue
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Dec 18, 2023
1 parent abd5736 commit 5a7ea46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cross/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG CROSS_BASE_IMAGE
FROM $CROSS_BASE_IMAGE
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl@sha256:7ad32efcae37c178fed63da301ff982d2430f15fc7d39e6c0b28124e14fac394

RUN --mount=type=bind,source=/,target=/polyfill /polyfill/polyfill.sh

Expand Down

0 comments on commit 5a7ea46

Please sign in to comment.