Skip to content

Deploying to rpi arch erroring #581

@ryanrolds

Description

@ryanrolds

When pushing to an rpi architecture fleet with the Balena CLI, I'm seeing:

...
[bridge]        Successfully built c62c120b6597
[Info]          Uploading images
[Success]       Successfully uploaded images
[Error]         Some services failed to build:
[Error]           Service: wifi-connect
[Error]             Error: The command '/bin/sh -c export BASE_URL="https://github.com/balena-os/wifi-connect/releases" &&    case $BALENA_ARCH in         "aarch64")             BINARY_ARCH_NAME="aarch64-unknown-linux-gnu" ;;         "amd64")             BINARY_ARCH_NAME="x86_64-unknown-linux-gnu" ;;        "armv7hf")             BINARY_ARCH_NAME="armv7-unknown-linux-gnueabihf" ;;        *)             echo >&2 "error: unsupported architecture ($BALENA_ARCH)"; exit 1 ;;     esac;    if [ ${VERSION} = "latest" ]; then         export URL_PARTIAL="latest/download" ;     else         export URL_PARTIAL="download/${VERSION}" ;     fi;     curl -Ls "$BASE_URL/$URL_PARTIAL/wifi-connect-$BINARY_ARCH_NAME.tar.gz"     | tar -xvz -C  /usr/src/app/' returned a non-zero code: 1
[Info]          Built on c617b98
[Error]         Not deploying release.

It looks like a binary for rpi isn't being built. The documentation says that wifi-connects works with all boards support by Balena, which the RPi W and 3 are support by Balena.

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