no longer build for arm/v7
This commit is contained in:
parent
746d226cf6
commit
11b1a96f3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64 # ,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
voglerr/free-games-claimer:latest
|
voglerr/free-games-claimer:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue