Skip to content

Commit 79f3ffc

Browse files
committed
update publish-go-tester-task to support darwin arm64
1 parent 4d15bf5 commit 79f3ffc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-tester-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
name: Linux_ARMv7
107107
- path: "*macOS_64bit.tar.gz"
108108
name: macOS_64
109+
- path: "*macOS_ARM64.tar.gz"
110+
name: macOS_ARM64
109111
- path: "*Windows_32bit.zip"
110112
name: Windows_X86-32
111113
- path: "*Windows_64bit.zip"

workflow-templates/publish-go-tester-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
name: Linux_ARMv7
107107
- path: "*macOS_64bit.tar.gz"
108108
name: macOS_64
109+
- path: "*macOS_ARM64.tar.gz"
110+
name: macOS_ARM64
109111
- path: "*Windows_32bit.zip"
110112
name: Windows_X86-32
111113
- path: "*Windows_64bit.zip"

0 commit comments

Comments
 (0)