Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DEBUG only linux arm
  • Loading branch information
moshiko-s committed Feb 23, 2025
commit bf4880c46e5d0b3cb29b8a4844052a140c04bc5e
22 changes: 11 additions & 11 deletions .github/workflows/init_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
matrix:
agents:
[
{ name: "linux", file: "agent.zip", platform: "linux/amd64" },
{
name: "alpine",
file: "agent-alpine.zip",
platform: "linux/amd64",
},
# { name: "linux", file: "agent.zip", platform: "linux/amd64" },
# {
# name: "alpine",
# file: "agent-alpine.zip",
# platform: "linux/amd64",
# },
{
name: "linux-arm64",
file: "agent-arm64.zip",
platform: "linux/arm64",
},
{
name: "alpine-arm64",
file: "agent-alpine-arm64.zip",
platform: "linux/arm64",
},
# {
# name: "alpine-arm64",
# file: "agent-alpine-arm64.zip",
# platform: "linux/arm64",
# },
]
runs-on: ubuntu-latest
name: Build and push Docker image
Expand Down
Loading