Skip to content

Commit ead80c4

Browse files
committed
Remove alpine base image for reproducible build
1 parent 7f54205 commit ead80c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-archlinuxarm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
-v "$(pwd)/${PLATFORM}:/mnt" \
5454
-v "$(pwd)/setup-arch.sh:/setup-arch.sh" \
5555
--privileged alpine /setup-arch.sh ${{ github.event.inputs.setup_args }}
56+
docker image rm alpine
5657
5758
- name: Prepare rootfs (armv7h)
5859
env:
@@ -64,6 +65,7 @@ jobs:
6465
-v "$(pwd)/${PLATFORM}:/mnt" \
6566
-v "$(pwd)/setup-arch.sh:/setup-arch.sh" \
6667
--privileged alpine /setup-arch.sh ${{ github.event.inputs.setup_args }}
68+
docker image rm alpine
6769
6870
- name: Build and push multi-arch image
6971
env:

0 commit comments

Comments
 (0)