It was accidentally dropped in fd83c7a43e.
This commit is contained in:
Adeel Mujahid 2024-06-27 16:31:20 +03:00 коммит произвёл GitHub
Родитель 7e6adb92a8
Коммит 4d80ecba57
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 29 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,16 @@
ARG ROOTFS_DIR=/crossrootfs/x64
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-crossdeps-local AS builder
ARG ROOTFS_DIR
# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
# Build the rootfs
RUN /scripts/eng/common/cross/build-rootfs.sh x64 illumos --skipunmount
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-crossdeps-local
ARG ROOTFS_DIR
COPY --from=builder $ROOTFS_DIR $ROOTFS_DIR

Просмотреть файл

@ -330,6 +330,19 @@
}
]
},
{
"platforms": [
{
"dockerfile": "src/ubuntu/22.04/cross/illumos",
"os": "linux",
"osVersion": "jammy",
"tags": {
"ubuntu-22.04-cross-illumos-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"ubuntu-22.04-cross-illumos$(FloatingTagSuffix)": {}
}
}
]
},
{
"platforms": [
{