From 7aa514b18b22c26e3597b85ab1f01faedc2625cd Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 12 May 2024 23:22:30 +0100 Subject: [PATCH] Remove ruby forced platform workaround for arm64 --- Dockerfile.aarch64 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 64332d2..a5efec5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -55,7 +55,6 @@ RUN \ bundle config set --local deployment 'true' && \ bundle config set --local without 'development test exclude' && \ bundle config set silence_root_warning true && \ - bundle config set force_ruby_platform true && \ bundle install -j"$(nproc)" --no-cache && \ npm install -g corepack && \ corepack enable && \