Skip to content

Commit

Permalink
Add riscv64 (#906)
Browse files Browse the repository at this point in the history
(cherry picked from commit 39df180)
  • Loading branch information
devpow112 authored and github-actions[bot] committed Dec 18, 2024
1 parent 1bb1ad2 commit 58bfaf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
linux/amd64
linux/arm/v7
linux/arm64
linux/s390x
linux/ppc64le
linux/riscv64
linux/s390x
)
SAVE_IFS="$IFS"
IFS=","
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs:
- ci
env:
PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le
PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64,linux/s390x,linux/riscv64,linux/ppc64le
PACKAGE: ghcr.io/${{github.repository_owner}}/base-ubuntu
steps:
- name: Checkout
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ docker build \
### Arguments

- `TARGETPLATFORM` - Set by [Docker Buildx] automatically. Currently supported
platforms are `amd64`, `arm/v7`, `arm64`, `ppc64le` and `s390x`. This should
be set automatically even if building locally using standard [Docker CLI].
platforms are `amd64`, `arm/v7`, `arm64`, `ppc64le` `riscv64`, and `s390x`.
This should be set automatically even if building locally using standard
[Docker CLI].
- `LANGUAGE` - The language code that is set globally for the system. Defaults
to `en_US`. See [locale] for more details.
- `ENCODING` - Character encoding that is set globally for the system. Defaults
Expand Down

0 comments on commit 58bfaf4

Please sign in to comment.