Skip to content

Commit

Permalink
dockerfile: riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 26, 2024
1 parent 1161c8e commit e126587
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 @@ -81,6 +81,7 @@ Image: crazymax/samba:latest
- linux/arm64
- linux/386
- 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 e126587

Please sign in to comment.