Removed arm v7 from the deploy_docker_dev.yml workflow (temporarily)

This commit is contained in:
Mathias Wagner
2023-11-30 11:31:11 +01:00
parent 4a624f78fd
commit 08ec2adcdb

View File

@@ -29,5 +29,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 (add back once rollup supports it)
tags: germannewsmaker/myspeed:development