Skip to content

Commit 4c04bba

Browse files
authored
Add Apple M support to wordcount extractor (#115)
1 parent bb14bfb commit 4c04bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
include:
3838
- name: wordcount
3939
FOLDER: sample-extractors/wordcount
40-
PLATFORM: "linux/amd64"
40+
PLATFORM: "linux/amd64,linux/arm64"
4141
steps:
4242
- uses: actions/checkout@v2
4343

0 commit comments

Comments
 (0)