mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
docker: StageX bootstrappable static monerod
This commit is contained in:
@@ -235,6 +235,16 @@ jobs:
|
||||
${{env.BUILD_DEFAULT}}
|
||||
cmake --build build --target test
|
||||
|
||||
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