mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
Merge pull request #10208
e3f0f17 docker: StageX bootstrappable static monerod (tobtoht)
This commit is contained in:
@@ -288,6 +288,16 @@ jobs:
|
||||
path: ~/.cache/ccache
|
||||
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
|
||||
|
||||
build-docker:
|
||||
name: 'Docker'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: build image
|
||||
run: docker build .
|
||||
|
||||
source-archive:
|
||||
name: "source archive"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user