We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc77742 commit d1d6ddfCopy full SHA for d1d6ddf
1 file changed
.github/workflows/templates.yml
@@ -36,6 +36,6 @@ jobs:
36
run: |
37
docker buildx build \
38
--file e2b.Dockerfile \
39
- --platform linux/amd64 \
+ --platform linux/amd64,linux/arm64 \
40
--push \
41
--tag ${{ secrets.DOCKERHUB_USERNAME }}/base:latest .
0 commit comments