Skip to content

Commit f093de3

Browse files
author
sspaink
committed
remove amd64 for testing, take #2
1 parent 9000e8d commit f093de3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ workflows:
463463
# - 'windows-package':
464464
# requires:
465465
# - 'test-go-windows'
466-
- 'darwin-amd64-package'
466+
# - 'darwin-amd64-package'
467467
# requires:
468468
# - 'test-go-mac'
469469
- 'darwin-arm64-package'
@@ -554,7 +554,7 @@ workflows:
554554
# only: /.*/
555555
- 'package-sign-mac':
556556
requires:
557-
- 'darwin-amd64-package'
557+
# - 'darwin-amd64-package'
558558
- 'darwin-arm64-package'
559559
# - 'package-sign-windows'
560560
# filters:

scripts/mac-signing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sudo security import AppleSigningAuthorityCertificate.cer -k '/Library/Keychains
1010
cd dist || exit
1111
# amdFile=$(find . -name "*darwin_amd64.tar*")
1212
armFile=$(find . -name "*darwin_arm64.tar*")
13-
macFiles=("${amdFile}" "${armFile}")
13+
macFiles=("${armFile}")
1414

1515

1616
for tarFile in "${macFiles[@]}";

0 commit comments

Comments
 (0)