Skip to content
View satmandu's full-sized avatar

Organizations

@chromebrew

Block or report satmandu

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chromebrew/chromebrew chromebrew/chromebrew Public

    Package manager for Chrome OS

    Ruby 2.5k 412

  2. Docker buildx based package builder ... Docker buildx based package builder for Chromebrew on x86_64, i686, & armv7l, generating containier scripts at https://gist.github.com/satmandu/d8365cb70b899901a05290d31c04909a
    1
    #!/bin/bash
    2
    # chromeos_docker.sh
    3
    # Usage:
    4
    # REPOSITORY=YOUR_DOCKER_HUB_REPOSITORY_NAME chromeos_docker.sh recovery_file_url container_name chromeos_milestone arch
    5
    # or if image.bin already exists this works too: 
  3. Make arm64 deb packages for the offi... Make arm64 deb packages for the offical Raspberry Pi Foundation arm64 kernels, tested with ubuntu 23.04
    1
    #!/bin/bash -x
    2
    # make_arm64_rpi_kernel_debs.sh
    3
    # Builds arm64 debian packages from the CURRENT rpi firmware repository kernel which is installed by:
    4
    # sudo rpi-update
    5
    # This runs on an arm64 host with arm64 compilation tools...