Skip to content

Commit

Permalink
Enable linux/loong64 across the board
Browse files Browse the repository at this point in the history
As buildkit v0.14.x comes with loong64 support, this is automatically
integrated after the dep bump, and we only need to add loong64 to the
build recipe and hack script to make it work.

Fixes: #133
  • Loading branch information
xen0n committed Jun 28, 2024
1 parent 23e59c2 commit adac204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ target "all-arch" {
"linux/arm64",
"linux/arm/v6",
"linux/arm/v7",
"linux/loong64",
"linux/ppc64le",
"linux/s390x",
"linux/riscv64",
Expand Down
1 change: 1 addition & 0 deletions hack/install-and-test
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo $status | jq .supported | grep linux/arm64
echo $status | jq .supported | grep linux/amd64
echo $status | jq .supported | grep linux/arm/v7
echo $status | jq .supported | grep linux/arm/v6
echo $status | jq .supported | grep linux/loong64
echo $status | jq .supported | grep linux/riscv64
echo $status | jq .supported | grep linux/ppc64le
echo $status | jq .supported | grep linux/386
Expand Down

0 comments on commit adac204

Please sign in to comment.