Skip to content

Commit 932681b

Browse files
authored
Merge pull request #9069 from continuedev/nate/runloop-blueprint-name-and-arch-changes
fix(runloop): hardcode amd64 architecture and update blueprint name to cn-test
2 parents b38b5f7 + d10594f commit 932681b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runloop-blueprint-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cn",
2+
"name": "cn-test",
33
"dockerfile": "FROM runloop:runloop/universal-ubuntu-24.04-x86_64-dnd",
44
"system_setup_commands": [
55
"npm i -g @continuedev/cli@latest",
@@ -13,7 +13,7 @@
1313
"sudo apt-get install -y infisical",
1414
"curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg",
1515
"sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg",
16-
"echo 'deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main' | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null",
16+
"echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main' | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null",
1717
"sudo apt update",
1818
"sudo apt install -y gh"
1919
],

0 commit comments

Comments
 (0)