File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-aarch64-linux
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-aarch64-linux
33
44ENV RUBY_TARGET="aarch64-linux" \
55 RUST_TARGET="aarch64-unknown-linux-gnu" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-aarch64-linux-musl
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-aarch64-linux-musl
33
44ENV RUBY_TARGET="aarch64-linux-musl" \
55 RUST_TARGET="aarch64-unknown-linux-musl" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-arm-linux
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-arm-linux
33
44ENV RUBY_TARGET="arm-linux" \
55 RUST_TARGET="arm-unknown-linux-gnueabihf" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-arm64-darwin
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-arm64-darwin
33
44ENV RUBY_TARGET="arm64-darwin" \
55 RUST_TARGET="aarch64-apple-darwin" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-x64-mingw-ucrt
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-x64-mingw-ucrt
33
44ENV RUBY_TARGET="x64-mingw-ucrt" \
55 RUST_TARGET="x86_64-pc-windows-gnu" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-x64-mingw32
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-x64-mingw32
33
44ENV RUBY_TARGET="x64-mingw32" \
55 RUST_TARGET="x86_64-pc-windows-gnu" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-x86-linux
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-x86-linux
33
44ENV RUBY_TARGET="x86-linux" \
55 RUST_TARGET="i686-unknown-linux-gnu" \
Original file line number Diff line number Diff line change 11# Ensure this version matches the rack-compiler-version in Gemfile
2- FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.9.1 -mri-x86-mingw32
2+ FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0 -mri-x86-mingw32
33
44ARG LLVM_MINGW_VERSION=20231128 \
55 LLVM_MINGW_SHA256=2d532648bfd202bfe5edfa8b7f6c55970f65639779f34115a9a8bfa6f7d87f0b \
You can’t perform that action at this time.
0 commit comments