Skip to content

Commit

Permalink
Fix CI for power8 arch (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
joho committed Sep 24, 2021
1 parent ddf83eb commit c40e9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -41,6 +41,7 @@ jobs:
env: | # YAML pipe
GOARCH: ${{ matrix.arch.architecture }}
CGO_ENABLED: 0
GOPRIVATE: github.com/joho/godotenv
run: |
apt-get update
apt-get install -q -y curl wget git
Expand All @@ -56,7 +57,7 @@ jobs:
go env
printf "\n\nSystem environment:\n\n"
env
go get -insecure -v -t -d ./...
go get -v -t -d ./...
go test ./...
cd ./cmd/godotenv
go build -trimpath -ldflags="-w -s" -v

0 comments on commit c40e9c6

Please sign in to comment.