Skip to content

Commit

Permalink
build: Add release pipeline (#206)
Browse files Browse the repository at this point in the history
* chore: Remove CircleCI build

* chore: Remove original GH actions build

* build: Add release workflow

* build: Deploy testnet services on release only

* chore: Update resource provider updater script

* chore: Use go naming conventions

Reference: https://go.dev/doc/effective_go#mixed-caps
  • Loading branch information
bgins authored Jul 3, 2024
1 parent 20ad59c commit 14b23da
Show file tree
Hide file tree
Showing 14 changed files with 238 additions and 419 deletions.
63 changes: 0 additions & 63 deletions .circleci/config.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/releases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Releases

The `release_notes.md` contents are appended to the auto-generated `release-please` release notes. We can use this to customize release notes, but keep in mind that changes will propagate to future releases.
3 changes: 3 additions & 0 deletions .github/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Notes

Resource providers should download the `gpu` binary assets. The `cpu` binaries are for CLI users creating jobs on machines without a GPU.
52 changes: 0 additions & 52 deletions .github/workflows/darwin_amd64.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/darwin_arm64.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/linux_amd64.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/linux_arm64.yml

This file was deleted.

Loading

0 comments on commit 14b23da

Please sign in to comment.