Debug env
Some checks failed
Test and build / test (push) Successful in 59s
Test and build / Build collector (push) Failing after 1m3s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m7s
Some checks failed
Test and build / test (push) Successful in 59s
Test and build / Build collector (push) Failing after 1m3s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m7s
This commit is contained in:
@@ -35,6 +35,8 @@ jobs:
|
||||
run: mkdir -p build && readlink -f build
|
||||
- name: Build
|
||||
run: go build -o build/hamview-collector ./cmd/hamview-collector && ls -al $(readlink -f build/hamview-collector)
|
||||
- name: Debug env
|
||||
run: env
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Log into Container Registry
|
||||
|
||||
Reference in New Issue
Block a user