~priegger/go-hello-world

dd82a0d770d7a18790a17c936906da952292d785 — Philipp Riegger 4 years ago 285f4d4
add build artifacts
1 files changed, 6 insertions(+), 0 deletions(-)

M .builds/alpine.yml
M .builds/alpine.yml => .builds/alpine.yml +6 -0
@@ 1,6 1,7 @@
image: alpine/edge
packages:
  - go
  - xz
sources:
  - https://git.sr.ht/~priegger/go-hello-world
environment:


@@ 12,3 13,8 @@ tasks:
  - test: |
      cd go-hello-world
      go test
  - deploy: |
      cd go-hello-world
      tar -cJf go-hello-world.tar.xz go-hello-world
artifacts:
  - go-hello-world/go-hello-world.tar.xz