mirror of
https://github.com/joho/godotenv.git
synced 2025-06-16 09:26: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
|
env: | # YAML pipe
|
||||||
GOARCH: ${{ matrix.arch.architecture }}
|
GOARCH: ${{ matrix.arch.architecture }}
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
GOPRIVATE: github.com/joho/godotenv
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -q -y curl wget git
|
apt-get install -q -y curl wget git
|
||||||
@ -56,7 +57,7 @@ jobs:
|
|||||||
go env
|
go env
|
||||||
printf "\n\nSystem environment:\n\n"
|
printf "\n\nSystem environment:\n\n"
|
||||||
env
|
env
|
||||||
go get -insecure -v -t -d ./...
|
go get -v -t -d ./...
|
||||||
go test ./...
|
go test ./...
|
||||||
cd ./cmd/godotenv
|
cd ./cmd/godotenv
|
||||||
go build -trimpath -ldflags="-w -s" -v
|
go build -trimpath -ldflags="-w -s" -v
|
Loading…
x
Reference in New Issue
Block a user