Skip to content

FreeBSD pre-built binaries #559

@silverwind

Description

@silverwind

As per below, it does not look like FreeBSD is currently supported. Can it be added?

const triples = [
{
name: 'x86_64-apple-darwin',
},
{
name: 'x86_64-unknown-linux-gnu',
libc: 'glibc',
},
{
name: 'x86_64-pc-windows-msvc',
},
{
name: 'aarch64-apple-darwin',
},
{
name: 'aarch64-unknown-linux-gnu',
libc: 'glibc',
},
{
name: 'armv7-unknown-linux-gnueabihf',
},
{
name: 'aarch64-unknown-linux-musl',
libc: 'musl',
},
{
name: 'x86_64-unknown-linux-musl',
libc: 'musl',
},
];

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