Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed May 22, 2020
1 parent 8a2e841 commit b1571ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,16 @@ jobs:
asset_path: ./terrafmt-darwin-amd64.zip
asset_name: terrafmt-darwin-amd64.zip
asset_content_type: application/zip

- name: Test1
run: |
unzip terrafmt-darwin-amd64.zip
ls -lah
codesign -dv --verbose=4 'terrafmt-darwin-amd64/terrafmt'
echo '1234'
codesign -d -r- --verbose=20 'terrafmt-darwin-amd64/terrafmt'



publish-docker:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORMS := darwin/386 linux/386 linux/amd64 linux/arm64 linux/arm windows/amd64
PLATFORMS := darwin/386 linux/386 linux/amd64 linux/arm64 linux/arm windows/amd64 darwin/amd64
SIGNED_PLATFORMS := darwin/amd64

temp = $(subst /, ,$@)
Expand Down Expand Up @@ -32,5 +32,5 @@ $(SIGNED_PLATFORMS):
chmod +x 'terrafmt-$(os)-$(arch)/terrafmt'
cd 'terrafmt-$(os)-$(arch)' && ../gon ../gon_config.hcl
mv 'terrafmt-$(os)-$(arch)/terrafmt.zip' 'terrafmt-$(os)-$(arch).zip'
rm -rf 'terrafmt-$(os)-$(arch)'
# rm -rf 'terrafmt-$(os)-$(arch)'

0 comments on commit b1571ab

Please sign in to comment.