Skip to content

rakudo-star on ubuntu arm64 please #171

@librasteve

Description

@librasteve

I see that croservices/docker does the following Dockerfile... I would love to deploy native arm64 on ubuntu .... but this is amd64 only ;-(

Maybe like this
FROM --platform=linux/arm64 rakudo-star:latest

Doesn't have to be this particular version of rakudo-star...

FROM rakudo-star:2020.01
MAINTAINER Jonathan Worthington <jonathan@edument.se>

ARG cro_version=0.8.7

RUN apt-get update && \
    apt-get --yes --no-install-recommends install libssl-dev && \
    rm -rf /var/lib/apt/lists/* && \
    zef upgrade OpenSSL && \
    zef install 'Cro::Core:ver<'$cro_version'>' && \
    zef install 'Cro::TLS:ver<'$cro_version'>' && \
    zef install 'Cro::HTTP:ver<'$cro_version'>'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions