Skip to content

Commit

Permalink
Use the new ARM runners by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jan 16, 2025
1 parent 4ab3652 commit 8925a7f
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
docker-build-arm:
name: Build Docker Image For ${{ matrix.os }} - ${{ matrix.arch }}
needs: [extract_meta]
runs-on: self-hosted
runs-on: ubuntu-24.04-arm
strategy:
matrix:
include:
Expand Down Expand Up @@ -328,19 +328,10 @@ jobs:
if-no-files-found: error
retention-days: 1

- name: Cleanup Runner
if: ${{ always() && runner.name != 'GHA-Runner-02' }}
run: |
cd /home/runner/actions-runner/_work
rm -rf /tmp/digests
# docker stop $(docker ps -a -q)
# docker system prune -a -f --volumes
# docker volume prune -a -f

docker-build-alpine-arm:
name: Build Docker Alpine Image For ${{ matrix.os }} - ${{ matrix.arch }}
needs: [extract_meta]
runs-on: self-hosted
runs-on: ubuntu-24.04-arm
strategy:
matrix:
include:
Expand Down Expand Up @@ -423,15 +414,6 @@ jobs:
if-no-files-found: error
retention-days: 1

- name: Cleanup Runner
if: ${{ always() && runner.name != 'GHA-Runner-02' }}
run: |
cd /home/runner/actions-runner/_work
rm -rf /tmp/digests
# docker stop $(docker ps -a -q)
# docker system prune -a -f --volumes
# docker volume prune -a -f

merge:
name: Creating Docker Release
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 8925a7f

Please sign in to comment.