fix for static build armv7 + rename

This commit is contained in:
Cedric Verstraeten
2023-01-20 13:30:52 +01:00
parent 91ab4d4e65
commit 3a1f595944
6 changed files with 58 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: Docker armv7
name: ARMv7
on:
push:
@@ -24,6 +24,6 @@ jobs:
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Run Buildx
run: docker buildx build --platform linux/arm/v7 -t kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7) --push .
run: docker buildx build --platform linux/arm/v7 -t kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7) -f Dockerfile-armv7 --push .
- name: Append manifest
run: docker buildx imagetools create --append -t kerberos/base:$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:armv7-$(echo $GITHUB_SHA | cut -c1-7)