Skip to content

Commit bf4880c

Browse files
committed
DEBUG only linux arm
1 parent b6c2132 commit bf4880c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/init_container.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ jobs:
2525
matrix:
2626
agents:
2727
[
28-
{ name: "linux", file: "agent.zip", platform: "linux/amd64" },
29-
{
30-
name: "alpine",
31-
file: "agent-alpine.zip",
32-
platform: "linux/amd64",
33-
},
28+
# { name: "linux", file: "agent.zip", platform: "linux/amd64" },
29+
# {
30+
# name: "alpine",
31+
# file: "agent-alpine.zip",
32+
# platform: "linux/amd64",
33+
# },
3434
{
3535
name: "linux-arm64",
3636
file: "agent-arm64.zip",
3737
platform: "linux/arm64",
3838
},
39-
{
40-
name: "alpine-arm64",
41-
file: "agent-alpine-arm64.zip",
42-
platform: "linux/arm64",
43-
},
39+
# {
40+
# name: "alpine-arm64",
41+
# file: "agent-alpine-arm64.zip",
42+
# platform: "linux/arm64",
43+
# },
4444
]
4545
runs-on: ubuntu-latest
4646
name: Build and push Docker image

0 commit comments

Comments
 (0)