Skip to content

Commit

Permalink
Adding a few more architectures to the Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Jan 17, 2024
1 parent 027064f commit 52f87c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux-musl
arm64-darwin-22
arm64-darwin-23
x86_64-linux
Expand Down

0 comments on commit 52f87c8

Please sign in to comment.