Skip to content

Commit 9b36cef

Browse files
authored
rm arm 7 :(
1 parent 0e9edcc commit 9b36cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)