Skip to content

Commit c690d4c

Browse files
authored
Merge pull request #10 from rails/multi-platform-image
Build the image for amd64 and arm64 platforms
2 parents 233257c + 8e9e466 commit c690d4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-publish-images.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
imageName: ghcr.io/rails/devcontainer/images/ruby
5151
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
52-
imageTag: 0.2.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
52+
imageTag: 0.3.0-${{ matrix.RUBY_VERSION }},${{ matrix.RUBY_VERSION }}
5353
subFolder: images/ruby
54-
push: always
54+
push: always
55+
platform: linux/arm64,linux/amd64

0 commit comments

Comments
 (0)