Skip to content

Commit

Permalink
Fix toolset docker plugins assets
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Oct 28, 2024
1 parent 4aa47ba commit 22277aa
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,18 @@
{
"plugin": "buildx",
"version": "latest",
"asset": "linux-amd64"
},
"asset": {
"amd64": "linux-amd64",
"arm64": "linux-arm64"
}
},
{
"plugin": "compose",
"version": "2.27.1",
"asset": "linux-x86_64"
"asset": {
"amd64": "linux-x86_64",
"arm64": "linux-aarch64"
}
}
]
},
Expand Down

0 comments on commit 22277aa

Please sign in to comment.