File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ RUN apt update -y && apt install curl unzip -y
13
13
WORKDIR /actions-runner
14
14
RUN export RUNNER_ARCH=${TARGETARCH} \
15
15
&& if [ "$RUNNER_ARCH" = "amd64" ]; then export RUNNER_ARCH=x64 ; fi \
16
- && curl -f -L -o runner.tar.gz https://github.com/actions /runner/releases/download/v${RUNNER_VERSION}/actions-runner-${TARGETOS}-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \
16
+ && curl -f -L -o runner.tar.gz https://github.com/dfinity /runner/releases/download/v${RUNNER_VERSION}/actions-runner-${TARGETOS}-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \
17
17
&& tar xzf ./runner.tar.gz \
18
18
&& rm runner.tar.gz
19
19
20
- RUN curl -f -L -o runner-container-hooks.zip https://github.com/dfinity /runner-container-hooks/releases/download/v${RUNNER_CONTAINER_HOOKS_VERSION}/actions-runner-hooks-k8s-${RUNNER_CONTAINER_HOOKS_VERSION}.zip \
20
+ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions /runner-container-hooks/releases/download/v${RUNNER_CONTAINER_HOOKS_VERSION}/actions-runner-hooks-k8s-${RUNNER_CONTAINER_HOOKS_VERSION}.zip \
21
21
&& unzip ./runner-container-hooks.zip -d ./k8s \
22
22
&& rm runner-container-hooks.zip
23
23
You can’t perform that action at this time.
0 commit comments