mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-19 19:49:50 -06:00
Removed arm v7 from the deploy_docker_dev.yml workflow (temporarily)
This commit is contained in:
2
.github/workflows/deploy_docker_dev.yml
vendored
2
.github/workflows/deploy_docker_dev.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user