Skip to content

Commit d4b2ec2

Browse files
committed
test222
1 parent bbd0d49 commit d4b2ec2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing-release-self-hosted-runner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103

104104
- name: Set up Docker Buildx
105105
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db ## v3.6.1
106+
with:
107+
platforms: linux/amd64,linux/amd64/v2,linux/arm64
106108

107109
- name: Setup GO build and pkg cache for one week only
108110
id: cache
@@ -114,7 +116,7 @@ jobs:
114116
~/.cache
115117
116118
- name: Build for linux/arm64
117-
if: 3 > 5
119+
#if: 3 > 5
118120
run: >
119121
docker run --platform linux/arm64
120122
--rm

0 commit comments

Comments
 (0)