We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25ffd6 commit 9c4c634Copy full SHA for 9c4c634
images/xud/src.py
@@ -14,6 +14,6 @@ def get_build_args(self, version):
14
def get_ref(self, version):
15
if version == "latest":
16
# change "master" to a another xud branch for testing
17
- return "temp-yy"
+ return "pi"
18
else:
19
return "v" + version
0 commit comments