1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

Merge pull request #604 from olof-nord/feature-add-riscv-docker-builds

Build & publish Docker images for riscv64 with GitHub CI
This commit is contained in:
Skyler Mäntysaari
2022-03-16 16:59:18 +02:00
committed by GitHub

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.