Use ghcr images
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-07-21 23:28:23 -05:00
parent 069b1bb386
commit b34c67d6ad

View file

@ -1,7 +1,7 @@
ARG TARGET
# build environment
FROM rustembedded/cross:$TARGET
FROM ghcr.io/cross-rs/$TARGET:latest
RUN \
apt update && \