File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/function61/turbobob/refs/heads/main/pkg/bobfile/bobfile.schema.json" ,
23 "for_description_of_this_file_see" : " https://github.com/function61/turbobob" ,
34 "version_major" : 1 ,
45 "project_name" : " turbobob" ,
2829 ]
2930 }
3031 ],
32+ "docker_images" : [
33+ {
34+ "image" : " ghcr.io/function61/turbobob" ,
35+ "platforms" : [" linux/amd64" ]
36+ }
37+ ],
3138 "os_arches" : {
3239 "linux-amd64" : true ,
3340 "linux-arm" : true
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v4
1010
11+ - uses : docker/setup-buildx-action@v3
12+
1113 - name : Build
1214 run : |
1315 set -eu
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+
3+ ENTRYPOINT ["/usr/bin/bob" ]
4+
5+ ADD rel/bob_linux-amd64 /usr/bin/bob
You can’t perform that action at this time.
0 commit comments