File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 - name : Set up Docker Buildx
4242 uses : docker/setup-buildx-action@v3
4343 with :
44- platforms : linux/amd64,linux/arm64,linux/arm/v7
44+ platforms : linux/amd64,linux/arm64
4545
4646 - name : Cache Docker layers
4747 uses : actions/cache@v4
7474 with :
7575 context : ./api
7676 push : true
77- platforms : linux/amd64,linux/arm64,linux/arm/v7
77+ platforms : linux/amd64,linux/arm64
7878 tags : ${{ steps.meta-api.outputs.tags }}
7979 labels : ${{ steps.meta-api.outputs.labels }}
8080 build-args : |
@@ -103,7 +103,7 @@ jobs:
103103 with :
104104 context : ./view
105105 push : true
106- platforms : linux/amd64,linux/arm64,linux/arm/v7
106+ platforms : linux/amd64,linux/arm64
107107 tags : ${{ steps.meta-view.outputs.tags }}
108108 labels : ${{ steps.meta-view.outputs.labels }}
109109 build-args : |
You can’t perform that action at this time.
0 commit comments