Skip to content

Commit

Permalink
Include arm64 bundle in draft release workflow (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghan Jones authored May 24, 2021
1 parent 9e2df0c commit d133c06
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Download GMT tarballs and installers
run: |
curl -O ftp://ftp.soest.hawaii.edu/gmt/bin/gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg
curl -O ftp://ftp.soest.hawaii.edu/gmt/bin/gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg
curl -O ftp://ftp.soest.hawaii.edu/gmt/gmt-${{ env.GMT_VERSION }}-src.tar.gz
curl -O ftp://ftp.soest.hawaii.edu/gmt/gmt-${{ env.GMT_VERSION }}-src.tar.xz
curl -O ftp://ftp.soest.hawaii.edu/gmt/bin/gmt-${{ env.GMT_VERSION }}-win64.exe
Expand All @@ -52,6 +53,7 @@ jobs:
run: |
shasum -a 256 \
gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg \
gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg \
gmt-${{ env.GMT_VERSION }}-src.tar.gz \
gmt-${{ env.GMT_VERSION }}-src.tar.xz \
gmt-${{ env.GMT_VERSION }}-win64.exe \
Expand Down Expand Up @@ -80,7 +82,8 @@ jobs:
| **File** | **Description** |
|--------------------------------|-----------------------------------------|
| gmt-${{ env.GMT_VERSION }}-checksums.txt | sha256sum of source and binary packages |
| gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle |
| gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle (intel) |
| gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg | macOS bundle (arm64) |
| gmt-${{ env.GMT_VERSION }}-src.tar.gz | Source code |
| gmt-${{ env.GMT_VERSION }}-src.tar.xz | Source code |
| gmt-${{ env.GMT_VERSION }}-win32.exe | Windows installer (32bit) |
Expand All @@ -90,6 +93,7 @@ jobs:
files: |
gmt-${{ env.GMT_VERSION }}-checksums.txt
gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg
gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg
gmt-${{ env.GMT_VERSION }}-src.tar.gz
gmt-${{ env.GMT_VERSION }}-src.tar.xz
gmt-${{ env.GMT_VERSION }}-win32.exe
Expand All @@ -107,7 +111,8 @@ jobs:
| **File** | **Description** |
|--------------------------------|-----------------------------------------|
| gmt-${{ env.GMT_VERSION }}-checksums.txt | sha256sum of source and binary packages |
| gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle |
| gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg | macOS bundle (intel) |
| gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg | macOS bundle (arm64) |
| gmt-${{ env.GMT_VERSION }}-src.tar.gz | Source code |
| gmt-${{ env.GMT_VERSION }}-src.tar.xz | Source code |
| gmt-${{ env.GMT_VERSION }}-win64.exe | Windows installer (64bit) |
Expand All @@ -116,6 +121,7 @@ jobs:
files: |
gmt-${{ env.GMT_VERSION }}-checksums.txt
gmt-${{ env.GMT_VERSION }}-darwin-x86_64.dmg
gmt-${{ env.GMT_VERSION }}-darwin-arm64.dmg
gmt-${{ env.GMT_VERSION }}-src.tar.gz
gmt-${{ env.GMT_VERSION }}-src.tar.xz
gmt-${{ env.GMT_VERSION }}-win64.exe
Expand Down

0 comments on commit d133c06

Please sign in to comment.