From 52f87c80d9b3d4ef39e560eda5014ebd30e2f122 Mon Sep 17 00:00:00 2001 From: spaquet <176050+spaquet@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:54:58 -0800 Subject: [PATCH] Adding a few more architectures to the Gemfile.lock --- Dockerfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index dff5ac7..398a292 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN gem install --no-document --no-user-install rails -v 7.1.2 \ && bundle config set deployment 'true' \ && bundle config set --local without 'development test' \ && bundle config set path 'vendor/bundle' \ + && bundle lock --add-platform aarch64-linux-musl x86_64-linux \ && bundle install -j4 --retry 3 \ && yarn install \ && bundle exec rake assets:precompile \ diff --git a/Gemfile.lock b/Gemfile.lock index 27e17dc..221ed0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -511,6 +511,7 @@ GEM zeitwerk (2.6.12) PLATFORMS + aarch64-linux-musl arm64-darwin-22 arm64-darwin-23 x86_64-linux