@@ -111,7 +111,7 @@ jobs:
111111 id : build
112112 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
113113 with :
114- platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le , linux/ppc64le , linux/s390x
114+ platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le , linux/riscv64 , linux/s390x
115115 # platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
116116 context : " {{ defaultContext }}:mainline/debian"
117117 labels : ${{ steps.meta.outputs.labels }}
@@ -230,7 +230,7 @@ jobs:
230230 id : build
231231 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
232232 with :
233- platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le , linux/ppc64le , linux/s390x
233+ platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le , linux/riscv64 , linux/s390x
234234 # platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
235235 context : " {{ defaultContext }}:mainline/debian-perl"
236236 labels : ${{ steps.meta.outputs.labels }}
0 commit comments