1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Build Docker images for riscv64 with GitHub CI

This commit is contained in:
Olof Nord
2021-12-12 19:15:23 +01:00
parent d454ef6271
commit 4f74b2aec9

View File

@@ -21,7 +21,7 @@ jobs:
DOCKER_IMAGE=phusion/baseimage DOCKER_IMAGE=phusion/baseimage
GIT_BRANCH=${GITHUB_REF##*/} GIT_BRANCH=${GITHUB_REF##*/}
# Set the platforms to build for here and thus reduce duplicating it. # Set the platforms to build for here and thus reduce duplicating it.
PLATFORMS=amd64,arm,arm64 PLATFORMS=amd64,arm,arm64,riscv64
TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}" TAGS="${DOCKER_IMAGE}:${GIT_BRANCH}, ghcr.io/${{ github.repository_owner }}/baseimage:${GIT_BRANCH}"
# Set output parameters. # Set output parameters.