Skip to content

Commit

Permalink
ci: explicit call of Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Oct 19, 2023
1 parent 9879cad commit 81f079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build construction container
run: |
cd support/rust-build/aarch64-unknown-linux-gnu
docker build -t ubuntu-builder .
docker build -t ubuntu-builder -f Containerfile .
- name: Build Rust
run: |
docker run -e RELEASE_DESCRIPTION='${{ github.event.inputs.release_version }}' --name rust-linux ubuntu-builder ./build.sh
Expand Down

0 comments on commit 81f079b

Please sign in to comment.