Skip to content

Commit

Permalink
speed up arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa committed Oct 21, 2024
1 parent 51e6268 commit 1990831
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- v*
branches:
- lk/speedup-arm-build

permissions:
contents: write
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:

build-docker-image:
name: Build Docker image
runs-on: ubuntu-latest
runs-on: ubuntu-latest-l-${{matrix.arch}}
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -120,6 +122,7 @@ jobs:
run: rm -f .git-credentials

merge-push-docker-image:
if: ${{ startsWith(github.ref, 'refs/tags') }} ## REMOVE BEFORE MERGE
name: Merge and push Docker image
runs-on: ubuntu-latest
needs: build-docker-image
Expand Down

0 comments on commit 1990831

Please sign in to comment.