Skip to content

Commit 8e9e466

Browse files
committed
Build the image for amd64 and arm64 platforms
1 parent 233257c commit 8e9e466

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)