Skip to content

Commit d8e822a

Browse files
committed
Add multi-platform builds
1 parent a2a3c33 commit d8e822a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
with:
3535
context: ./image
3636
push: true
37+
platforms: linux/amd64,linux/arm64
3738
tags: |
3839
ghcr.io/${{ github.repository_owner }}/devcontainer:latest
39-
ghcr.io/${{ github.repository_owner }}/devcontainer:${{ github.sha }}
40+
ghcr.io/${{ github.repository_owner }}/devcontainer:sha-${{ github.sha }}
4041
cache-from: type=gha
4142
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)