We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53fb9f commit f69b7c6Copy full SHA for f69b7c6
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
DOCKER_IMAGE=phusion/baseimage
19
GIT_BRANCH=${GITHUB_REF##*/}
20
# Set the platforms to build for here and thus reduce duplicating it.
21
- PLATFORMS=amd64,arm,arm64,riscv64
+ PLATFORMS=amd64,arm,arm64
22
TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}"
23
24
# Set output parameters.
0 commit comments