Skip to content

Cannot build on arm64 #59

@chairbender

Description

@chairbender

Exactly same issue as described in #49 and #48

Looks like there may have been a mistake when applying the fix for this issue. Build.sh is still using || instead of && for the check.

This

if [[ "${MACHINE_TYPE}" != "aarch64" ]] ||  [[ "${MACHINE_TYPE}" != "arm64" ]]; then

Should instead be

if [[ "${MACHINE_TYPE}" != "aarch64" ]] &&  [[ "${MACHINE_TYPE}" != "arm64" ]]; then

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions