Skip to content

Commit a8329f2

Browse files
committed
Remove ARMv7
1 parent 7674a91 commit a8329f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
push: true
4040
tags: |
4141
dmstraub/gramps-webapi:latest-devel
42-
platforms: linux/amd64,linux/arm64,linux/arm/v7
42+
platforms: linux/amd64,linux/arm64
4343
cache-from: type=gha
4444
cache-to: type=gha,mode=max
4545
provenance: false
46-
progress: plain
4746

4847
- name: Build and push release image
4948
if: github.event_name == 'release'
@@ -53,8 +52,7 @@ jobs:
5352
tags: |
5453
dmstraub/gramps-webapi:${{ github.event.release.tag_name }}
5554
dmstraub/gramps-webapi:latest
56-
platforms: linux/amd64,linux/arm64,linux/arm/v7
55+
platforms: linux/amd64,linux/arm64
5756
cache-from: type=gha
5857
cache-to: type=gha,mode=max
5958
provenance: false
60-
progress: plain

0 commit comments

Comments
 (0)