Skip to content

Commit

Permalink
added arm as targeted platform
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed May 27, 2024
1 parent 0e0684c commit e5bfd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
context: .
file: .devcontainer/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}/base-image-devcontainer:latest
build-args: |
Expand Down

0 comments on commit e5bfd9a

Please sign in to comment.