Skip to content

Commit

Permalink
use buildx for all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jan 7, 2025
1 parent 41174c7 commit 9fbceb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build & Push all dev images
run: |
cd circleci/images
make push-${{ matrix.command }}-${{ matrix.pgversion }}
BUILDX_BUILDER=${{ steps.buildx.outputs.name }} make push-${{ matrix.command }}-${{ matrix.pgversion }}
build_dev_images_shared:
if: github.ref_name != 'master'
Expand Down Expand Up @@ -95,7 +95,6 @@ jobs:
id: buildx
with:
version: v0.18.0
install: true

- name: list buildx version (again)
run: |
Expand Down

0 comments on commit 9fbceb8

Please sign in to comment.