We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e92d5 commit f26d0c6Copy full SHA for f26d0c6
.github/workflows/docker.yml
@@ -102,7 +102,7 @@ jobs:
102
--tag $CHEF_IMAGE_LATEST \
103
--build-arg=BASE_IMAGE=rust:$RUST_IMAGE_TAG \
104
--build-arg=CHEF_TAG=$CHEF_PACKAGE_VERSION \
105
- --platform linux/amd64,linux/arm64 \
+ --platform linux/amd64,linux/arm64,linux/riscv64 \
106
--push \
107
./docker
108
-
@@ -121,6 +121,6 @@ jobs:
121
--tag $DOCKER_REPO:latest \
122
123
124
125
126
0 commit comments