mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-25 20:07:55 +00:00
Build Docker images for riscv64 with GitHub CI
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
DOCKER_IMAGE=phusion/baseimage
|
||||
GIT_BRANCH=${GITHUB_REF##*/}
|
||||
# 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}"
|
||||
|
||||
# Set output parameters.
|
||||
|
||||
Reference in New Issue
Block a user