Skip to content

Commit

Permalink
Add more platforms. This is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jan 8, 2023
1 parent 4e7e70b commit 16d3f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -24,6 +24,7 @@ LABEL org.opencontainers.image.url="https://github.com/stefansundin/rssbox"
WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN bundle config set --local without development:test
RUN bundle config set --local deployment 'true'
RUN bundle install --retry=3 --jobs=4
COPY . .
RUN find
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -84,6 +84,9 @@ GEM
concurrent-ruby (~> 1.0)

PLATFORMS
x86_64-linux
arm-linux
aarch64-linux
arm64-darwin-22

DEPENDENCIES
Expand Down

0 comments on commit 16d3f64

Please sign in to comment.