Skip to content

Commit d133c06

Browse files
author
Meghan Jones
authored
Include arm64 bundle in draft release workflow (#5254)
1 parent 9e2df0c commit d133c06

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/draft-release.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
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
@@ -52,6 +53,7 @@ jobs:
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 \
@@ -80,7 +82,8 @@ jobs:
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) |
@@ -90,6 +93,7 @@ jobs:
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

Comments
 (0)