File size: 406 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
platform: linux
caches:
  - path: ../../../go/pkg
  - path: ../../../usr/local/share/.cache
  - path: ../../../root/.cache
  - path: ../../../root/.yarn
inputs:
  - name: goalert
outputs:
  - name: bin
image_resource:
  type: registry-image
  source: { repository: goalert/build-env, tag: go1.24.5-postgres13 }
run:
  path: sh
  dir: goalert
  args: [-e, ./devtools/ci/tasks/scripts/build-all.sh, ../bin/]