aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-09-28 19:10:25 -0700
committerAlexander Blair <snipa@jagtech.io>2020-09-28 19:10:26 -0700
commit9d25f7230bb2717a7c2d3ddd0f7656c9c9fe2c0e (patch)
tree38bd9d808889170cda0e97b642ac1a5aefaddb58 /.github
parentb28f2dae333ec677d169ba78d62605b69269d06e (diff)
parent5b5c0ac65825485f4567b3c9660c6b2cd3337d0a (diff)
downloadmonzero-gui-9d25f7230bb2717a7c2d3ddd0f7656c9c9fe2c0e.tar.gz
monzero-gui-9d25f7230bb2717a7c2d3ddd0f7656c9c9fe2c0e.tar.xz
monzero-gui-9d25f7230bb2717a7c2d3ddd0f7656c9c9fe2c0e.zip
Merge pull request #3113
5b5c0ac6 workflows: cache docker build environment images (xiphon)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4948550e..6d8bee04 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,11 +59,17 @@ jobs:
run: build/release/bin/monero-wallet-gui --test-qml
docker-linux-static:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
with:
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
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
- name: build
@@ -75,6 +81,12 @@ jobs:
- uses: actions/checkout@v1
with:
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
run: docker build --tag monero:build-env-windows --build-arg THREADS=3 --file Dockerfile.windows .
- name: build