Skip to content

Commit 213d6fe

Browse files
[Github Actions] Added Support for Linux ARM 64
1 parent 7ade20b commit 213d6fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/postman.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- os_name: 'Linux x86_64'
28+
- os_name: 'Linux - x86_64'
2929
os_type: 'linux64'
3030
extract_cmd: 'tar -xf'
3131
extension: '.tar.gz'
3232

33+
- os_name: 'Linux - ARM 64'
34+
os_type: 'linux_arm64'
35+
extract_cmd: 'tar -xf'
36+
extension: '.tar.gz'
37+
3338
- os_name: 'Mac OS - Intel x86_64'
3439
os_type: 'osx_64'
3540
extract_cmd: 'unzip -q'

0 commit comments

Comments
 (0)