Skip to content

Commit ad29fca

Browse files
committed
Make it run in CF
1 parent 9ba82c8 commit ad29fca

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

manifest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
applications:
3+
- name: hackdayfunction
4+
command: ./hackdayfunction
5+
no-route: true
6+
buildpack: binary_buildpack

script/buildlinux

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
GOOS=linux go build -o hackdayfunction cmd/main.go

0 commit comments

Comments
 (0)