Remove ruby forced platform workaround for arm64

This commit is contained in:
thespad 2024-05-12 23:22:30 +01:00
parent 61ac66f459
commit 7aa514b18b
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -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 && \