Skip to content

Commit

Permalink
revert ruby version change. dont build for arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 20, 2025
1 parent 8bcba0f commit cb5b12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: .
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3
FROM ruby:3.1

ENV INSTALL_PATH=/opt/inferno/
ENV APP_ENV=production
Expand Down

0 comments on commit cb5b12e

Please sign in to comment.