File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,8 @@ install-musl-cross-compilers:
3737 ln -sf /opt/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc /usr/local/bin/aarch64-linux-musl-gcc
3838 ln -sf /opt/x86_64-linux-musl-cross/bin/x86_64-linux-musl-gcc /usr/local/bin/x86_64-linux-musl-gcc
3939
40- # Install Docker client only (for debian:buster-slim containers - used by release workflows)
41- .PHONY : install-docker-client
42- install-docker-client :
43- apt-get update
44- apt-get install -y apt-transport-https ca-certificates curl gnupg
45- mkdir -p /etc/apt/keyrings
46- curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
47- echo " deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian buster stable" > /etc/apt/sources.list.d/docker.list
48- apt-get update
49- apt-get install -y docker-ce-cli
50-
5140.PHONY : release-workflow-deps
52- release-workflow-deps : install-docker-client install- cross-compilers install-musl-cross-compilers
41+ release-workflow-deps : install-cross-compilers install-musl-cross-compilers
5342
5443.PHONY : deps
5544deps :
You can’t perform that action at this time.
0 commit comments