Skip to content

Commit

Permalink
Merge pull request #10 from rails/multi-platform-image
Browse files Browse the repository at this point in the history
Build the image for amd64 and arm64 platforms
  • Loading branch information
andrewn617 authored Mar 21, 2024
2 parents 233257c + 8e9e466 commit c690d4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
imageName: ghcr.io/rails/devcontainer/images/ruby
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
imageTag: 0.2.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
imageTag: 0.3.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
subFolder: images/ruby
push: always
push: always
platform: linux/arm64,linux/amd64

0 comments on commit c690d4c

Please sign in to comment.