Skip to content

Commit

Permalink
Don't setup-bake
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific authored Sep 14, 2024
1 parent cef7e16 commit f8e5feb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,7 @@ jobs:
- name: Install QEMU static binaries
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/386
append: |
- endpoint: ssh://[email protected]
platforms: linux/arm64,linux/arm/v7,linux/arm/v6
# Intentionally not using docker/setup-bake, configured in Chef

- name: Build locally for testing
uses: docker/bake-action@v4
Expand Down

0 comments on commit f8e5feb

Please sign in to comment.