We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f54205 commit ead80c4Copy full SHA for ead80c4
.github/workflows/build-archlinuxarm.yml
@@ -53,6 +53,7 @@ jobs:
53
-v "$(pwd)/${PLATFORM}:/mnt" \
54
-v "$(pwd)/setup-arch.sh:/setup-arch.sh" \
55
--privileged alpine /setup-arch.sh ${{ github.event.inputs.setup_args }}
56
+ docker image rm alpine
57
58
- name: Prepare rootfs (armv7h)
59
env:
@@ -64,6 +65,7 @@ jobs:
64
65
66
67
68
69
70
- name: Build and push multi-arch image
71
0 commit comments