Skip to content

Commit

Permalink
Rename cross-cargo image
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Jun 24, 2024
1 parent 46b80f8 commit a8da9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG LLVMTARGETARCH
FROM --platform=${BUILDPLATFORM} ghcr.io/randomairborne/cross-cargo-${LLVMTARGETARCH}:latest AS builder
FROM --platform=${BUILDPLATFORM} ghcr.io/randomairborne/cross-cargo:${LLVMTARGETARCH} AS builder
ARG LLVMTARGETARCH

WORKDIR /build
Expand Down

0 comments on commit a8da9df

Please sign in to comment.