diff options
| author | a73x <[email protected]> | 2024-08-25 15:14:42 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-25 15:14:42 +0100 |
| commit | 9747eaa84f3cbec2267317fd98cda991c427f190 (patch) | |
| tree | 8d6b54895ae5766b60747cdf367c4181fc462938 /.build.yml | |
| parent | 2e2ccfc8a9cd73d316149b67c875545891c5dada (diff) | |
post 3
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..86f5b9d --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: debian/stable +packages: + - go + - docker +sources: + - https://git.sr.ht/~a73x/home +tasks: + - setup: | + make public
\ No newline at end of file |
