aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-01 09:20:04 -0400
committerBradley Taunt <bt@btxx.org>2024-07-01 09:20:04 -0400
commitfa5ab91ac839dc83369ae98d44a424b95b54330b (patch)
treebbb39ca15c3710c9ca86011f9a9ef35f1d5540d7 /.build.yml
parent53374c150bdb2a61c5c164d34ccfccdbee72cacf (diff)
try alpine image instead of debian
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 715059c..40792c8 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,4 +1,4 @@
-image: debian/stable
+image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
- ruby-full
@@ -8,6 +8,8 @@ site: 1mb.club
sources:
- https://git.sr.ht/~bt/1mb-club
tasks:
+- install-dependencies: |
+ sudo apk add go hut
- install-bundler: |
sudo gem install bundler
- build: |