mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-05 18:39:38 +00:00
Merge pull request #3113
5b5c0ac6
workflows: cache docker build environment images (xiphon)
This commit is contained in:
commit
9d25f7230b
1 changed files with 13 additions and 1 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -64,6 +64,12 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- uses: satackey/action-docker-layer-caching@v0.0.8
|
||||||
|
continue-on-error: true
|
||||||
|
with:
|
||||||
|
key: docker-linux-static-{hash}
|
||||||
|
restore-keys: |
|
||||||
|
docker-linux-static-
|
||||||
- name: preprare build enviroment
|
- name: preprare build enviroment
|
||||||
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
|
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -75,6 +81,12 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- uses: satackey/action-docker-layer-caching@v0.0.8
|
||||||
|
continue-on-error: true
|
||||||
|
with:
|
||||||
|
key: docker-windows-static-{hash}
|
||||||
|
restore-keys: |
|
||||||
|
docker-windows-static-
|
||||||
- name: preprare build enviroment
|
- name: preprare build enviroment
|
||||||
run: docker build --tag monero:build-env-windows --build-arg THREADS=3 --file Dockerfile.windows .
|
run: docker build --tag monero:build-env-windows --build-arg THREADS=3 --file Dockerfile.windows .
|
||||||
- name: build
|
- name: build
|
||||||
|
|
Loading…
Reference in a new issue