forked from Public/monero-gui
Test alternative build method
Some checks failed
Build / Build and Push (push) Failing after 1h28m55s
Some checks failed
Build / Build and Push (push) Failing after 1h28m55s
This commit is contained in:
@@ -7,6 +7,7 @@ jobs:
|
|||||||
# Build image and push to container registry
|
# Build image and push to container registry
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
name: Build and Push
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -27,13 +28,13 @@ jobs:
|
|||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Prepare build environment
|
- name: Prepare build environment
|
||||||
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
|
run: docker buildx build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --name build-container \
|
docker buildx build --output type=local,dest=. \
|
||||||
-v /workspace/Bill/monero-gui:/monero-gui:rshared \
|
monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux \
|
||||||
-w /monero-gui monero:build-env-linux sh -c 'make release-static -j3'
|
sh -c 'make release-static -j3'
|
||||||
|
|
||||||
- name: sha256sum
|
- name: sha256sum
|
||||||
run: shasum -a256 /workspace/Bill/monero-gui/build/release/bin/monero-wallet-gui
|
run: shasum -a256 /workspace/Bill/monero-gui/build/release/bin/monero-wallet-gui
|
||||||
|
|||||||
Reference in New Issue
Block a user