Skip to content

Commit ca5a1dd

Browse files
authored
Merge pull request #4 from erigontech/fix/testing_release_with_qa_fix_quater
fix testing_release_with_qa workflow (4)
2 parents fee0726 + c5ada92 commit ca5a1dd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/testing-release-with-qa-test-job.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,16 @@ jobs:
177177
#runner: ubuntu-latest-devops-large
178178
runner-arch: X64
179179
artifact: linux_amd64
180-
- id: linux/amd64/v2
181-
#runner: ubuntu-latest-release-test-amd64
182-
#runner: ubuntu-latest-devops-large
183-
runner-arch: X64
184-
artifact: linux_amd64v2
185-
#- id: linux/arm64
186-
# #runner: ubuntu-latest-release-test-arm64
187-
# #runner: ubuntu-latest-devops-large-arm
188-
# runner-arch: ARM64
189-
# artifact: linux_arm64
180+
#- id: linux/amd64/v2
181+
# #runner: ubuntu-latest-release-test-amd64
182+
# #runner: ubuntu-latest-devops-large
183+
# runner-arch: X64
184+
# artifact: linux_amd64v2
185+
- id: linux/arm64
186+
#runner: ubuntu-latest-release-test-arm64
187+
#runner: ubuntu-latest-devops-large-arm
188+
runner-arch: ARM64
189+
artifact: linux_arm64
190190

191191

192192
steps:

0 commit comments

Comments
 (0)