mirror of
https://github.com/joho/godotenv.git
synced 2025-06-15 17:06:03 +00:00
Fix CI for power8 arch (#157)
This commit is contained in:
parent
ddf83eb33b
commit
c40e9c6392
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
@ -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
|
Loading…
x
Reference in New Issue
Block a user