Skip to content

Commit

Permalink
Merge pull request #167 from crazy-max/riscv64
Browse files Browse the repository at this point in the history
linux/riscv64 support
  • Loading branch information
crazy-max authored Dec 26, 2024
2 parents b107b28 + 1b97e45 commit 4c1ecd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ linux/arm/v6
linux/arm/v7
linux/arm64
linux/ppc64le
linux/riscv64
linux/s390x
```

Expand Down
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ target "image-all" {
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/riscv64",
"linux/s390x"
]
}

0 comments on commit 4c1ecd0

Please sign in to comment.