diff --git a/README.md b/README.md index 76eb86a..cb7b95b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ of `gokr-packer`: ``` GOARCH=arm gokr-packer \ - -kernel_package=github.com/oliverpool/kernel-rpi-os-32/dist \ + -kernel_package=github.com/gokrazy-community/kernel-rpi-os-32/dist \ github.com/gokrazy/hello ``` diff --git a/cmd/compile/main.go b/cmd/compile/main.go index ea0f341..7b6ac92 100644 --- a/cmd/compile/main.go +++ b/cmd/compile/main.go @@ -52,7 +52,7 @@ func run() error { "run", "--rm", // cleanup afterwards "-v", kernelFolder+":/root/armhf", - "ghcr.io/oliverpool/crossbuild-armhf:impish-20220316", + "ghcr.io/gokrazy-community/crossbuild-armhf:impish-20220316", ) // change the owner of the files inside docker to the current user chown := func(folder string) error { diff --git a/go.mod b/go.mod index dd04a43..7acc730 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/oliverpool/kernel-rpi-os-32 +module github.com/gokrazy-community/kernel-rpi-os-32 go 1.18