Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Test BuildJet
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed May 20, 2022
1 parent 8bd2a67 commit af49d4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: buildjet-16vcpu-ubuntu-2004
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: buildjet-16vcpu-ubuntu-2004
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: buildjet-4vcpu-ubuntu-2004
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/acorn.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func New() *cobra.Command {
root := cli.Command(&Acorn{}, cobra.Command{
Long: "Acorn: Portable Kubernetes Applications",
Long: "Acorn: Portable Container Application Package",
CompletionOptions: cobra.CompletionOptions{
HiddenDefaultCmd: true,
},
Expand Down

0 comments on commit af49d4c

Please sign in to comment.