Skip to content

Commit

Permalink
self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
ayko-kairi committed Nov 10, 2024
1 parent ea4b52d commit effb426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: build/release/bin/monero-wallet-gui.app/Contents/MacOS/monero-wallet-gui --test-qml

build-ubuntu:
runs-on: ubuntu-latest
runs-on: mash-linux
steps:
- uses: actions/checkout@v1
with:
Expand All @@ -45,7 +45,7 @@ jobs:
run: xvfb-run -a build/release/bin/monero-wallet-gui --test-qml

build-windows:
runs-on: windows-latest
runs-on: mash-windows
defaults:
run:
shell: msys2 {0}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
path: build/bin/monero-wallet-gui.tar

docker-linux-static:
runs-on: ubuntu-20.04
runs-on: mash-linux
steps:
- uses: actions/checkout@v1
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
/home/runner/work/monero-gui/monero-gui/build/release/bin/monerod
docker-windows-static:
runs-on: ubuntu-20.04
runs-on: mash-linux
steps:
- uses: actions/checkout@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Packaging for your favorite distribution would be a welcome contribution!

4. Build
```
docker run --rm -it -v <MONERO_GUI_DIR_FULL_PATH>:/monero-gui -w /monero-gui monero:build-env-windows sh -c 'make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j4'
docker run --rm -it -v D:/DevTools/monero-gui:/monero-gui -w /monero-gui monero:build-env-windows sh -c 'make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j4'
```
\* `<MONERO_GUI_DIR_FULL_PATH>` - absolute path to `monero-gui` directory
\* `4` - number of CPU threads to use
Expand Down

0 comments on commit effb426

Please sign in to comment.