diff --git a/.drone.yml b/.drone.yml index 0dc7080..e91a807 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,12 +7,12 @@ trigger: steps: - name: submodules - image: docker.io/geek1011/nickeltc:1.0 + image: ghcr.io/pgaskin/nickeltc:1.0 when: event: [push, pull_request, tag] command: ["git", "submodule", "update", "--init", "--recursive"] - name: build - image: docker.io/geek1011/nickeltc:1.0 + image: ghcr.io/pgaskin/nickeltc:1.0 when: event: [push, pull_request, tag] commands: @@ -21,7 +21,7 @@ steps: - mkdir out && mv KoboRoot.tgz src/libnm.so out/ depends_on: [submodules] - name: build-NM_UNINSTALL_CONFIGDIR - image: docker.io/geek1011/nickeltc:1.0 + image: ghcr.io/pgaskin/nickeltc:1.0 when: event: [push, pull_request, tag] commands: diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 61c7a2c..2921a2a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: build: name: NickelMenu runs-on: ubuntu-latest - container: docker.io/geek1011/nickeltc:1.0 + container: ghcr.io/pgaskin/nickeltc:1.0 steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f56f1e7..4573c24 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ jobs: build: name: NickelMenu runs-on: ubuntu-latest - container: docker.io/geek1011/nickeltc:1.0 + container: ghcr.io/pgaskin/nickeltc:1.0 steps: - name: Checkout uses: actions/checkout@v1 diff --git a/README.md b/README.md index a87a1b7..33b1a94 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ Most errors, if any, will be displayed as a menu item in the main menu. If no ne ## Compiling -NickelTC is designed to be compiled with [NickelTC](https://github.com/pgaskin/NickelTC). To compile it with Docker/Podman, use `docker run --volume="$PWD:$PWD" --user="$(id --user):$(id --group)" --workdir="$PWD" --env=HOME --entrypoint=make --rm -it docker.io/geek1011/nickeltc:1.0 all koboroot`. To compile it on the host, use `make CROSS_COMPILE=/path/to/nickeltc/bin/arm-nickel-linux-gnueabihf-`. +NickelMenu is designed to be compiled with [NickelTC](https://github.com/pgaskin/NickelTC). To compile it with Docker/Podman, use `docker run --volume="$PWD:$PWD" --user="$(id --user):$(id --group)" --workdir="$PWD" --env=HOME --entrypoint=make --rm -it ghcr.io/pgaskin/nickeltc:1.0 all koboroot`. To compile it on the host, use `make CROSS_COMPILE=/path/to/nickeltc/bin/arm-nickel-linux-gnueabihf-`.