Skip to content

Commit

Permalink
Update build-docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 22, 2023
1 parent 2b5c118 commit 22cd861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- {TAG_NAME: "cryptography-runner-alpine:aarch64", DOCKERFILE_PATH: "runners/alpine", RUNNER: [self-hosted, Linux, ARM64]}

- {TAG_NAME: "cryptography-runner-ubuntu-jammy:arm32", DOCKERFILE_PATH: "runners/ubuntu", BUILD_ARGS: "--platform=linux/arm/v7 --build-arg RELEASE=jammy", RUNNER: [self-hosted, Linux, ARM64]}
- {TAG_NAME: "cryptography-runner-alpine:arm32", DOCKERFILE_PATH: "runners/alpine", BUILD_ARGS: "--platform=linux/arm/v7", RUNNER: [self-hosted, Linux, ARM64]}

name: "${{ matrix.IMAGE.TAG_NAME }}"
steps:
Expand Down
2 changes: 2 additions & 0 deletions runners/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ RUN apt-get -qq update && apt-get install -qq -y \

RUN python3 -m venv /venv && /venv/bin/pip install -U pip wheel --no-cache-dir

# Work around https://github.com/rust-lang/rustup/issues/3122
ENV RUSTUP_USE_CURL 1
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal --component llvm-tools-preview
ENV PATH="/root/.cargo/bin:$PATH"

0 comments on commit 22cd861

Please sign in to comment.