diff --git a/.woodpecker/experimental.yaml b/.woodpecker/experimental.yaml index 58ad7f66e0..90a67c12f5 100644 --- a/.woodpecker/experimental.yaml +++ b/.woodpecker/experimental.yaml @@ -33,7 +33,7 @@ steps: repo: codeberg.org/yeentown/barkey registry: codeberg.org dockerfile: Dockerfile - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64 tag: dev username: from_secret: docker_username @@ -47,7 +47,7 @@ steps: repo: codeberg.org/yeentown/barkey registry: codeberg.org dockerfile: Dockerfile - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64 tag: latest auto_tag: true username: diff --git a/README.md b/README.md index b992e72d11..7bc2805961 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ +# Barkey + [](https://ci.zima.ong/repos/1/branches/stable) +Barkey is Sharkey with a few minor tweaks. It was created as a personal project so that I can learn some development fundamentals, and is used in production on [yeentown](https://yeen.town). For several reasons, I **highly encourage** you to use Sharkey instead of this fork. + +> ⚠️ I have temporarily stopped creating arm64 images due to the ridiculous time it takes to build in QEMU. These will be back in the future when I am able to set up an arm64 node. If you require arm builds, please build from source for the time being. Thank you for your understanding. + +--- +