diff options
author | Robin Jarry <robin@jarry.cc> | 2023-02-26 22:29:57 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-02-26 22:29:57 +0100 |
commit | c29d08808986dbf19df498b9ee9c4887146266dc (patch) | |
tree | 4ac481167b6f0c4a564fd5ad2378e86b4727b201 | |
parent | e745d099f6d954879a5d128880604f4758820f10 (diff) | |
download | aerc-c29d08808986dbf19df498b9ee9c4887146266dc.tar.gz |
Revert "ci: use alpine/latest instead of edge"
This reverts commit fff5e2f1bbe4e1d2afecada9b69fca0fc7cec424.
Should work now.
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | .builds/alpine-edge.yml (renamed from .builds/alpine.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine-edge.yml index 10d21969..bc63b35d 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine-edge.yml @@ -1,5 +1,5 @@ --- -image: alpine/latest +image: alpine/edge packages: - go - gnupg |