move to gokrazy-community
This commit is contained in:
parent
78dd7074da
commit
30fd7f70ac
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ of `gokr-packer`:
|
||||||
|
|
||||||
```
|
```
|
||||||
GOARCH=arm 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
|
github.com/gokrazy/hello
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ func run() error {
|
||||||
"run",
|
"run",
|
||||||
"--rm", // cleanup afterwards
|
"--rm", // cleanup afterwards
|
||||||
"-v", kernelFolder+":/root/armhf",
|
"-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
|
// change the owner of the files inside docker to the current user
|
||||||
chown := func(folder string) error {
|
chown := func(folder string) error {
|
||||||
|
|
2
go.mod
2
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
|
go 1.18
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue