Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hnt-pub
Miner
Commits
50561ba9
Unverified
Commit
50561ba9
authored
3 years ago
by
Louis Thiery
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
disambiguate DOCKER_NAME for testnet from mainnet
Co-authored-by:
Jeff Grunewald
<
jgrunewald@helium.com
>
parent
3cf5f922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.buildkite/scripts/make_image.sh
+1
-1
.buildkite/scripts/make_image.sh
with
1 addition
and
1 deletion
+1
-1
.buildkite/scripts/make_image.sh
+
1
-
1
View file @
50561ba9
...
...
@@ -58,7 +58,7 @@ case "$BUILD_TYPE" in
echo
"Doing a testnet miner image build for
${
IMAGE_ARCH
}
"
DOCKER_BUILD_ARGS
=
"--build-arg EXTRA_BUILD_APK_PACKAGES=apk-tools --build-arg EXTRA_RUNNER_APK_PACKAGES=apk-tools --build-arg BUILDER_IMAGE=
${
BUILD_IMAGE
}
--build-arg RUNNER_IMAGE=
${
RUN_IMAGE
}
--build-arg REBAR_BUILD_TARGET=docker_testminer
${
DOCKER_BUILD_ARGS
}
"
BASE_DOCKER_NAME
=
$(
basename
$(
pwd
))
DOCKER_NAME
=
"
${
BASE_DOCKER_NAME
}
-
${
IMAGE_ARCH
}
_
${
VERSION
}
"
DOCKER_NAME
=
"
${
BASE_DOCKER_NAME
}
-
${
IMAGE_ARCH
}
_
testnet_
${
VERSION
}
"
;;
*
)
echo
"I don't know how to do a build for
${
BUILD_TYPE
}
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets