Skip to content

Commit f26d0c6

Browse files
eshattowE Shattow
authored andcommitted
Add riscv64 to Docker workflow
1 parent 60e92d5 commit f26d0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--tag $CHEF_IMAGE_LATEST \
103103
--build-arg=BASE_IMAGE=rust:$RUST_IMAGE_TAG \
104104
--build-arg=CHEF_TAG=$CHEF_PACKAGE_VERSION \
105-
--platform linux/amd64,linux/arm64 \
105+
--platform linux/amd64,linux/arm64,linux/riscv64 \
106106
--push \
107107
./docker
108108
-
@@ -121,6 +121,6 @@ jobs:
121121
--tag $DOCKER_REPO:latest \
122122
--build-arg=BASE_IMAGE=rust:$RUST_IMAGE_TAG \
123123
--build-arg=CHEF_TAG=$CHEF_PACKAGE_VERSION \
124-
--platform linux/amd64,linux/arm64 \
124+
--platform linux/amd64,linux/arm64,linux/riscv64 \
125125
--push \
126126
./docker

0 commit comments

Comments
 (0)