Skip to content

Commit

Permalink
disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Mar 8, 2024
1 parent 2f082a1 commit 1cb864f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-export-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Build opt-out-export zip file
env:
CGO_ENABLED: 0
run: |
go build -o bootstrap main.go db.go
zip function.zip bootstrap
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-import-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Build opt-out-import zip file
env:
CGO_ENABLED: 0
run: |
go build -o bootstrap main.go parsers.go utils.go models.go db.go
zip function.zip bootstrap
Expand Down

0 comments on commit 1cb864f

Please sign in to comment.