Skip to content

Commit d1d6ddf

Browse files
authored
Update Docker build to support arm64 platform (#1163)
Update Docker build to support arm64 platform
1 parent dc77742 commit d1d6ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: |
3737
docker buildx build \
3838
--file e2b.Dockerfile \
39-
--platform linux/amd64 \
39+
--platform linux/amd64,linux/arm64 \
4040
--push \
4141
--tag ${{ secrets.DOCKERHUB_USERNAME }}/base:latest .

0 commit comments

Comments
 (0)