Skip to content

Commit

Permalink
Revert "ci: Switch to arm preview runners to build base images"
Browse files Browse the repository at this point in the history
This reverts commit 69221c7.
  • Loading branch information
barthalion committed Feb 4, 2025
1 parent 9f6b629 commit fc7b404
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/backend_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@ on:

jobs:
build-base-images:
strategy:
matrix:
include:
- os: ubuntu-24.04
platform: amd64
- os: ubuntu-24.04-arm
platform: arm64
runs-on: ${{matrix.os}}
runs-on: ubuntu-latest
permissions:
packages: write
steps:
Expand All @@ -38,7 +31,7 @@ jobs:
push: true
tags: |
ghcr.io/flathub-infra/backend-builder-base:latest
platforms: linux/${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

Expand All @@ -50,6 +43,6 @@ jobs:
push: true
tags: |
ghcr.io/flathub-infra/backend-base:latest
platforms: linux/${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit fc7b404

Please sign in to comment.