3939 - name : Download GMT tarballs and installers
4040 run : |
4141 curl -O ftp://ftp.soest.hawaii.edu/gmt/bin/gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg
42+ curl -O ftp://ftp.soest.hawaii.edu/gmt/bin/gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg
4243 curl -O ftp://ftp.soest.hawaii.edu/gmt/gmt-${{ env.GMT_VERSION }}-src.tar.gz
4344 curl -O ftp://ftp.soest.hawaii.edu/gmt/gmt-${{ env.GMT_VERSION }}-src.tar.xz
4445 curl -O ftp://ftp.soest.hawaii.edu/gmt/bin/gmt-${{ env.GMT_VERSION }}-win64.exe
5253 run : |
5354 shasum -a 256 \
5455 gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg \
56+ gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg \
5557 gmt-${{ env.GMT_VERSION }}-src.tar.gz \
5658 gmt-${{ env.GMT_VERSION }}-src.tar.xz \
5759 gmt-${{ env.GMT_VERSION }}-win64.exe \
8082 | **File** | **Description** |
8183 |--------------------------------|-----------------------------------------|
8284 | gmt-${{ env.GMT_VERSION }}-checksums.txt | sha256sum of source and binary packages |
83- | gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle |
85+ | gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle (intel) |
86+ | gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg | macOS bundle (arm64) |
8487 | gmt-${{ env.GMT_VERSION }}-src.tar.gz | Source code |
8588 | gmt-${{ env.GMT_VERSION }}-src.tar.xz | Source code |
8689 | gmt-${{ env.GMT_VERSION }}-win32.exe | Windows installer (32bit) |
9093 files : |
9194 gmt-${{ env.GMT_VERSION }}-checksums.txt
9295 gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg
96+ gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg
9397 gmt-${{ env.GMT_VERSION }}-src.tar.gz
9498 gmt-${{ env.GMT_VERSION }}-src.tar.xz
9599 gmt-${{ env.GMT_VERSION }}-win32.exe
@@ -107,7 +111,8 @@ jobs:
107111 | **File** | **Description** |
108112 |--------------------------------|-----------------------------------------|
109113 | gmt-${{ env.GMT_VERSION }}-checksums.txt | sha256sum of source and binary packages |
110- | gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle |
114+ | gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle (intel) |
115+ | gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg | macOS bundle (arm64) |
111116 | gmt-${{ env.GMT_VERSION }}-src.tar.gz | Source code |
112117 | gmt-${{ env.GMT_VERSION }}-src.tar.xz | Source code |
113118 | gmt-${{ env.GMT_VERSION }}-win64.exe | Windows installer (64bit) |
@@ -116,6 +121,7 @@ jobs:
116121 files : |
117122 gmt-${{ env.GMT_VERSION }}-checksums.txt
118123 gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg
124+ gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg
119125 gmt-${{ env.GMT_VERSION }}-src.tar.gz
120126 gmt-${{ env.GMT_VERSION }}-src.tar.xz
121127 gmt-${{ env.GMT_VERSION }}-win64.exe
0 commit comments