From e753c7f5366d417593f638c35ba3a950fbbdc037 Mon Sep 17 00:00:00 2001 From: Peter McClonski Date: Fri, 7 Jun 2024 11:15:42 -0400 Subject: [PATCH] Added arm64 build Signed-off-by: Peter McClonski --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a047d51e..e69509fd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: