Skip to content

Commit

Permalink
Add riscv64 (#906)
Browse files Browse the repository at this point in the history
devpow112 authored Dec 18, 2024
1 parent 9bea4a6 commit 39df180
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
@@ -43,8 +43,9 @@ jobs:
linux/amd64
linux/arm/v7
linux/arm64
linux/s390x
linux/ppc64le
linux/riscv64
linux/s390x
)
SAVE_IFS="$IFS"
IFS=","
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 39df180

Please sign in to comment.