Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit a4d677d

Browse files
committed
Get UPX working
1 parent 577b01b commit a4d677d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ aliases:
44
command: |
55
go get -u github.com/golang/dep/cmd/dep
66
dep ensure
7-
- &get_upx
8-
name: get_upx
9-
command: |
10-
mkdir -p $GOPATH/bin \
11-
&& wget -q https://github.com/barnybug/cli53/releases/download/0.6.0/upx -O $GOPATH/bin/upx \
12-
&& chmod +x $GOPATH/bin/upx
137
defaults: &defaults
148
working_directory: /go/src/github.com/devopsmakers/xterrafile
159
docker:
@@ -32,7 +26,7 @@ jobs:
3226
steps:
3327
- checkout
3428
- run: *dep_ensure
35-
- run: *get_upx
29+
- run: sudo apt-get install -y upx && sudo apt-get clean
3630
- run: curl -sL https://git.io/goreleaser | bash
3731
workflows:
3832
version: 2

0 commit comments

Comments
 (0)