Skip to content

Commit

Permalink
Added arm64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Peter McClonski <[email protected]>
  • Loading branch information
peter-mcclonski committed Jun 7, 2024
1 parent 9385297 commit e753c7f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.buildBranch }}
- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-0-${{ matrix.arch }} # increment to reset cache
- name: Load m2 repository cache # Manually caching .m2 repo as the setup-java caching isn't falling back to older caches
id: cached-m2-repo
uses: actions/cache@v4
Expand All @@ -66,7 +60,6 @@ jobs:
maven-
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit e753c7f

Please sign in to comment.