Skip to content

Commit cf0d845

Browse files
authored
Remove arm64 from template build pipeline (#58)
1 parent 0ee6bd9 commit cf0d845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/desktop:latest || true
3838
docker buildx build \
3939
--file e2b.Dockerfile \
40-
--platform linux/amd64,linux/arm64 \
40+
--platform linux/amd64 \
4141
--push \
4242
--tag ${{ secrets.DOCKERHUB_USERNAME }}/desktop:latest .
4343

0 commit comments

Comments
 (0)