We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee6bd9 commit cf0d845Copy full SHA for cf0d845
1 file changed
.github/workflows/template.yml
@@ -37,7 +37,7 @@ jobs:
37
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/desktop:latest || true
38
docker buildx build \
39
--file e2b.Dockerfile \
40
- --platform linux/amd64,linux/arm64 \
+ --platform linux/amd64 \
41
--push \
42
--tag ${{ secrets.DOCKERHUB_USERNAME }}/desktop:latest .
43
0 commit comments