mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 22:41:07 +00:00
-f
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: build llvm
|
- name: build llvm
|
||||||
run: docker build -t revive-llvm:latest --progress=plain -f --build-arg RUST_VERSION=1.80 .github/Dockerfile-llvm .
|
run: docker build -t revive-llvm:latest --progress=plain --build-arg RUST_VERSION=1.80 -f .github/Dockerfile-llvm .
|
||||||
|
|
||||||
- name: build revive
|
- name: build revive
|
||||||
run: docker build -t revive:latest --progress=plain -f .github/Dockerfile
|
run: docker build -t revive:latest --progress=plain -f .github/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user