Skip to content

Commit

Permalink
Revert "switch to blacksmith runners"
Browse files Browse the repository at this point in the history
This reverts commit 2a5795a.
  • Loading branch information
IThundxr committed Sep 28, 2024
1 parent 7b86424 commit bbff74d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ env:

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
config:
- platform: linux/amd64
runner: blacksmith-2vcpu-ubuntu-2204
- platform: linux/arm64
runner: blacksmith-2vcpu-ubuntu-2204-arm
runs-on: ${{ matrix.config.runner }}
platform:
- linux/amd64
- linux/arm64
steps:
- name: Prepare
run: |
platform=${{ matrix.config.platform }}
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Docker meta
Expand All @@ -46,7 +44,7 @@ jobs:
id: build
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.config.platform }}
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit bbff74d

Please sign in to comment.