Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Feb 26, 2024
1 parent d946efc commit 8fe05e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build Docker image (manual)
run: ./run.sh
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=$TARGETPLATFORM rust:1.75-bookworm as build

ENV A=c
RUN apt-get install -y bash
ENV A=b

# RUN cargo install cargo-binstall --version 1.6.2
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
# currently there is a bug in cargo-binstall that prevents it from installing
Expand Down

0 comments on commit 8fe05e3

Please sign in to comment.