Skip to content

Commit b74050e

Browse files
committed
feat: add riscv64 support
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent 4cbb572 commit b74050e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3
1717
with:
18-
platforms: 386,amd64,arm,arm64,ppc64le,s390x
18+
platforms: 386,amd64,arm,arm64,ppc64le,riscv64,s390x
1919

2020
- name: Setup Docker Buildx
2121
uses: docker/setup-buildx-action@v3
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "tag=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
3434

3535
- name: Build the Docker image and push
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@v6
3737
with:
3838
platforms: ${{ steps.buildx.outputs.platforms }}
3939
push: true

0 commit comments

Comments
 (0)