Skip to content

Commit ed88e94

Browse files
committed
test: add sample bottle config for testing gh workflow
1 parent db21d6b commit ed88e94

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bottle-configs/copilot-cli.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "1.10.1",
3+
"name": "copilot-cli",
4+
"bin": "copilot",
5+
"bottle": {
6+
"root_url": "https://github.com/aws/copilot-cli/releases/download/v1.10.1/copilot_1.10.1_",
7+
"sha256": {
8+
"arm64_big_sur": "468ac679237eb6c8cc54660373f8e28904b3baa8263191cec011af0c850f2285",
9+
"sierra": "a95c5b280c4e73870668c1386d28a6f6c59db44c77e56f8196b45cd2695f2ac9",
10+
"linux": "ffb7419c21a742d19fde9138cdfd7129f7df015acd4e0df6d09f1eacf8cb5547"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)