Skip to content

Commit

Permalink
bundle lock --add-platform x86_64-linux
Browse files Browse the repository at this point in the history
My GitHub action was failing. The error message was:

> Your bundle only supports platforms ["arm64-darwin-22"] but your
> local platform is x86_64-linux. Add the current platform to the
> lockfile with `bundle lock --add-platform x86_64-linux` and try
> again.

I followed the instructions in the error message. This should do it.
  • Loading branch information
danott committed Jan 16, 2024
1 parent 8a28450 commit 3be2f52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ GEM
kramdown (~> 2.0)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
racc (1.7.3)
rake (13.1.0)
rexml (3.2.6)
rouge (4.2.0)
Expand All @@ -41,13 +38,13 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
activesupport
kramdown
kramdown-parser-gfm
minitest
nokogiri
rake
rouge
rss
Expand Down

0 comments on commit 3be2f52

Please sign in to comment.