File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777 uses : docker/build-push-action@v2
7878 with :
7979 context : .
80- platforms : linux/amd64,linux/arm64,linux/arm/v7
80+ platforms : linux/amd64,linux/arm64
8181 push : ${{ github.event_name != 'pull_request' }}
8282 tags : ${{ steps.image_tags.outputs.tags }}
8383 cache-from : type=local,src=${{ env.CACHE_PATH }}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You will connect with those credentials:
3737- Easy to use REST API with most of the Uptime-Kuma features
3838- Swagger Docs
3939- Dockerized [ UptimeKuma_RestAPI Image] ( https://hub.docker.com/repository/docker/medaziz11/uptimekuma_restapi )
40- - Multi-architecture support (amd64, arm64, arm/v7 )
40+ - Multi-architecture support (amd64, arm64)
4141
4242### Example :
4343
You can’t perform that action at this time.
0 commit comments