Skip to content

Support lower AMD64 version? #78

@tefkah

Description

@tefkah

Hi! We recently started using the Readium cli and ts-toolkit in Storyteller, and it's been working very nicely!

One issue we have seen users reporting is that they cannot run the readium cli on older devices, throwing this error

This program can only be run on AMD64 processors with v3 microarchitecture support.

This seems to be due to v3 being the lowest support version set here

cli/.goreleaser.yml

Lines 26 to 27 in 0b09128

goamd64:
- v3

My question: is this a strict requirement for readium to operate? If it would be at all possible to use v2 instead, many more of our users would be able to continue to self-host.

From my very limited testing (serving both media files and manifests) I don't notice any particular difference between a version compiled with GOAMD64=v2 and GOAMD64=v3, but that does not mean one doesn't exist of course.

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