File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4949env :
5050 TARGET_ARCH : " amd64"
5151 LAB_TAG : ${{ github.event.inputs.lab_tag || 'dev' }}
52- MAGE_TAG : ${{ github.event.inputs.mage_tag || 'main ' }}
52+ MAGE_TAG : ${{ github.event.inputs.mage_tag || 'fix-refactor-bug-rvalue-bind ' }}
5353 MEMGRAPH_TAG : ${{ github.event.inputs.memgraph_tag || 'master' }}
5454 TARGET_OS : " debian-11"
5555 TOOLCHAIN_VERSION : ${{ github.events.inputs.toolchain_version || 'v4' }}
Original file line number Diff line number Diff line change 4949env :
5050 TARGET_ARCH : " arm64"
5151 LAB_TAG : ${{ github.event.inputs.lab_tag || 'dev' }}
52- MAGE_TAG : ${{ github.event.inputs.mage_tag || 'main ' }}
52+ MAGE_TAG : ${{ github.event.inputs.mage_tag || 'fix-refactor-bug-rvalue-bind ' }}
5353 MEMGRAPH_TAG : ${{ github.event.inputs.memgraph_tag || 'master' }}
5454 TARGET_OS : " debian-11-arm"
5555 TOOLCHAIN_VERSION : ${{ github.events.inputs.toolchain_version || 'v4' }}
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ docker_run () {
3535 docker rm " $cnt_name "
3636 fi
3737 docker run -d --network host --name " $cnt_name " " $cnt_image "
38- # -v "$DIR/..:/platform" \
39- # -v "$DIR/dist/package:$MGPLAT_CNT_MG_ROOT/build/output" \
4038 fi
4139 echo " The $cnt_image container is active under $cnt_name name!"
4240}
You can’t perform that action at this time.
0 commit comments