We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b095810 commit d61d0a4Copy full SHA for d61d0a4
.github/workflows/build_docker-doi_fpm.yml
@@ -135,7 +135,7 @@ jobs:
135
builder: ${{ steps.docker-setup.outputs.builder_name }}
136
context: .
137
file: ./doi.alpine.fpm.wsc.Dockerfile
138
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
139
pull: true
140
push: true
141
#target: production
@@ -210,7 +210,7 @@ jobs:
210
211
212
file: ./doi.debian.fpm.wsc.Dockerfile
213
214
215
216
0 commit comments