Instructions #1

Open
opened 2026-04-07 13:15:43 +00:00 by m724 · 0 comments
Owner

Rebasing

git remote add upstream https://github.com/nanocurrency/nano-node.git
git fetch upstream
git checkout develop
git rebase upstream/develop
git push --force-with-lease

Building

git checkout releases/v28
./docker/node/build.sh 

If building a release, you can add --build-arg CI_TAG="V28.2"

To cross compile, add --platform linux/amd64,linux/arm64

### Rebasing ```bash git remote add upstream https://github.com/nanocurrency/nano-node.git git fetch upstream git checkout develop git rebase upstream/develop git push --force-with-lease ``` ### Building ```bash git checkout releases/v28 ./docker/node/build.sh ``` If building a release, you can add `--build-arg CI_TAG="V28.2"` To cross compile, add `--platform linux/amd64,linux/arm64`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dn724/dncurrency#1
No description provided.