Skip to content

Commit b168ca5

Browse files
committed
gh: remove pi builder
1 parent fe01d3a commit b168ca5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/docker-common.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v2
3636
with:
37-
platforms: linux/arm64, linux/armhf
37+
platforms: linux/arm64,linux/armhf
3838
append: |
3939
- endpoint: ssh://[email protected]
4040
# platforms: linux/arm64
41-
platforms: linux/arm64, linux/armhf
41+
platforms: linux/arm64,linux/armhf
4242
# - endpoint: ssh://[email protected]
4343
# platforms: linux/armhf
4444

Diff for: .github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v2
5555
with:
56-
platforms: linux/arm64, linux/armhf
56+
platforms: linux/arm64,linux/armhf
5757
append: |
5858
- endpoint: ssh://[email protected]
5959
# platforms: linux/arm64
60-
platforms: linux/arm64, linux/armhf
60+
platforms: linux/arm64,linux/armhf
6161
# - endpoint: ssh://[email protected]
6262
# platforms: linux/armhf
6363

0 commit comments

Comments
 (0)