Merge pull request #10208

e3f0f17 docker: StageX bootstrappable static monerod (tobtoht)
This commit is contained in:
tobtoht
2026-05-25 20:11:17 +00:00
3 changed files with 37 additions and 61 deletions
+10
View File
@@ -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