mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 14:53:34 +08:00
ci: remove v7 (#2062)
This commit is contained in:
parent
4bfc6b9aca
commit
e6c51bcf20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -163,7 +163,7 @@ jobs:
|
|||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue