Skip to content

Commit

Permalink
fixup! ci: Build the ubuntu-aarch64 binary with new ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 18, 2025
1 parent 08cdb4b commit 05433d0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
cancel-in-progress: false
if: |
vars.RELEASE_ENABLED &&
startsWith(github.ref, 'refs/heads/') &&
needs.docs.result == 'success' &&
needs.test.result == 'success' &&
needs.build.result == 'success'
startsWith(github.ref, 'refs/heads/')
permissions:
contents: write
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -93,8 +90,7 @@ jobs:
prepare:
name: Release / Prepare
if: |
startsWith(github.ref, 'refs/tags/') &&
needs.build.result == 'success'
startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-24.04
needs:
- build
Expand Down Expand Up @@ -205,8 +201,7 @@ jobs:
needs:
- prepare
if: |
vars.DOCKER_REPO && vars.DOCKER_USER &&
(success() || needs.prepare.result == 'success')
vars.DOCKER_REPO && vars.DOCKER_USER
env:
DOCKER_REPO: ${{ vars.DOCKER_REPO }}
DOCKER_USER: ${{ vars.DOCKER_USER }}
Expand Down

0 comments on commit 05433d0

Please sign in to comment.