tangled
alpha
login
or
join now
fuwn.net
/
mayu
1
fork
atom
⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam
mayu.due.moe
hit-counter
svg
moe
1
fork
atom
overview
issues
pulls
pipelines
build(Earthly): Rename image generation task
fuwn.net
8 months ago
682d2d55
b0a6e21a
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
+3
-3
1 changed file
expand all
collapse all
unified
split
Earthfile
+3
-3
Earthfile
···
1
1
VERSION 0.8
2
2
3
3
-
docker-all-platforms:
4
4
-
BUILD --platform=linux/amd64 --platform=linux/arm64 +docker
3
3
+
image-all-platforms:
4
4
+
BUILD --platform=linux/amd64 --platform=linux/arm64 +image
5
5
6
6
-
docker:
6
6
+
image:
7
7
ARG tag=latest
8
8
9
9
FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine