Trying to add armv7 back to the docker dev workflow

This commit is contained in:
Mathias Wagner
2024-05-18 23:15:57 +02:00
parent 1e8c0ece6f
commit 06ba9432ff

View File

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