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

Commit

Permalink
Disable buildjet for now
Browse files Browse the repository at this point in the history
* paketo-community does not have access to it
  • Loading branch information
anthonydahanne committed Jul 31, 2024
1 parent 4f60b4a commit 73c0ade
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ]
runner: [ ubuntu-22.04 ]
# paketo-community does not have access to buildjet , buildjet-4vcpu-ubuntu-2204-arm ]
outputs:
release_notes: ${{ steps.notes.outputs.body }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ]
runner: [ ubuntu-22.04 ]
# paketo-community does not have access to buildjet , buildjet-4vcpu-ubuntu-2204-arm ]
steps:
- name: Setup Go
uses: actions/setup-go@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ]
runner: [ ubuntu-22.04 ]
# paketo-community does not have access to buildjet , buildjet-4vcpu-ubuntu-2204-arm ]

steps:
- name: Setup Go
Expand Down

0 comments on commit 73c0ade

Please sign in to comment.