Skip to content

Add instructions with hints for testing AppImage build scripts #19

@andy5995

Description

@andy5995

I wrote some comments in one script but haven't made anything formal yet:

# To test this script locally, from the source root directory,
# you can use:
#
# docker run -it --rm -e HOSTUID=$(id -u) -e \
# -v $PWD:/workspace -w /workspace andy5995/linuxdeploy:v2-focal bash
#
# Normally 'bash' can be replaced with the /path/to/script but starting
# the container from a shell means you can run the script manually in the
# container and then fix any problems, then re-run the script (hint: the
# dependencies will be installed the first time, and not have to be installed
# on subsequent attempts).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions