Skip to content

Commit

Permalink
Add local builder
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 14, 2024
1 parent 3ad6f1f commit 66ace88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: ["linux/amd64", "linux/386"]
platforms: linux/amd64,linux/386
append: |
- endpoint: ssh://[email protected]
platforms: ["linux/arm64", "linux/arm/v7", "linux/arm/v6"]
platforms: linux/arm64,linux/arm/v7,linux/arm/v6
- name: Build locally for testing
uses: docker/bake-action@v4
Expand Down

0 comments on commit 66ace88

Please sign in to comment.