Skip to content

Fetch newest fpm version + add arm64/aarch64 #85

@mkurz

Description

@mkurz

Currently a very old fpm version will be fetched.
Also missing is an arm64/aarch64 binary.

See signalapp/Signal-Desktop#6063 (comment)

Code:

if runtime.GOARCH == "amd64" {
//noinspection SpellCheckingInspection
checksum = "fcKdXPJSso3xFs5JyIJHG1TfHIRTGDP0xhSBGZl7pPZlz4/TJ4rD/q3wtO/uaBBYeX0qFFQAFjgu1uJ6HLHghA=="
archSuffix = "-x86_64"
} else {
//noinspection SpellCheckingInspection
checksum = "OnzvBdsHE5djcXcAT87rwbnZwS789ZAd2ehuIO42JWtBAHNzXKxV4o/24XFX5No4DJWGO2YSGQttW+zn7d/4rQ=="
archSuffix = "-x86"
}
//noinspection SpellCheckingInspection
name := "fpm-1.9.3-2.3.1-linux" + archSuffix

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions