Skip to content

Commit d61d0a4

Browse files
committed
Update build_docker-doi_fpm.yml
1 parent b095810 commit d61d0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker-doi_fpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
builder: ${{ steps.docker-setup.outputs.builder_name }}
136136
context: .
137137
file: ./doi.alpine.fpm.wsc.Dockerfile
138-
platforms: linux/amd64,linux/arm64
138+
platforms: linux/amd64,linux/arm64,linux/arm/v7
139139
pull: true
140140
push: true
141141
#target: production
@@ -210,7 +210,7 @@ jobs:
210210
builder: ${{ steps.docker-setup.outputs.builder_name }}
211211
context: .
212212
file: ./doi.debian.fpm.wsc.Dockerfile
213-
platforms: linux/amd64,linux/arm64
213+
platforms: linux/amd64,linux/arm64,linux/arm/v7
214214
pull: true
215215
push: true
216216
#target: production

0 commit comments

Comments
 (0)