File tree Expand file tree Collapse file tree 2 files changed +110
-1
lines changed
Expand file tree Collapse file tree 2 files changed +110
-1
lines changed Original file line number Diff line number Diff line change 1414
1515bash :
1616 # Don't run if you don't have to. Adds several megs to repo with every commit.
17- rm -rf $(BASH_DIR ) && mkdir -p $(BASH_DIR ) /linux-arm $(BASH_DIR ) /linux-arm64 $(BASH_DIR ) /linux-amd64 $(BASH_DIR ) /osx-amd64
17+ rm -rf $(BASH_DIR ) && mkdir -p $(BASH_DIR ) /linux-arm $(BASH_DIR ) /linux-arm64 $(BASH_DIR ) /linux-amd64 $(BASH_DIR ) /osx-arm64 $( BASH_DIR ) /osx- amd64
1818
1919 curl -# SLk https://github.com/robxu9/bash-static/releases/download/$(BASH_STATIC_VERSION)/bash-linux-aarch64 \
2020 > $(BASH_DIR)/linux-arm64/bash
2525 curl -# SLk https://github.com/robxu9/bash-static/releases/download/$(BASH_STATIC_VERSION)/bash-linux-x86_64 \
2626 > $(BASH_DIR)/linux-amd64/bash
2727
28+ curl -# SLk https://github.com/robxu9/bash-static/releases/download/$(BASH_STATIC_VERSION)/bash-macos-aarch64 \
29+ > $(BASH_DIR)/osx-arm64/bash
30+
2831 curl -# SLk https://github.com/robxu9/bash-static/releases/download/$(BASH_STATIC_VERSION)/bash-macos-x86_64 \
2932 > $(BASH_DIR)/osx-amd64/bash
3033
3336 go-bindata -tags=linux,arm -o=bash_linux_arm.go -prefix=$(BASH_DIR)/linux-arm -pkg=basher $(BASH_DIR)/linux-arm
3437 go-bindata -tags=linux,arm64 -o=bash_linux_arm64.go -prefix=$(BASH_DIR)/linux-arm64 -pkg=basher $(BASH_DIR)/linux-arm64
3538 go-bindata -tags=linux,amd64 -o=bash_linux_amd64.go -prefix=$(BASH_DIR)/linux-amd64 -pkg=basher $(BASH_DIR)/linux-amd64
39+ go-bindata -tags=darwin,amd64 -o=bash_darwin_arm64.go -prefix=$(BASH_DIR)/osx-amd64 -pkg=basher $(BASH_DIR)/osx-amd64
3640 go-bindata -tags=darwin,amd64 -o=bash_darwin_amd64.go -prefix=$(BASH_DIR)/osx-amd64 -pkg=basher $(BASH_DIR)/osx-amd64
3741
3842circleci :
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments