Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 10, 2025
1 parent bd67b6b commit ed7d7be
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
matrix:
makefile: [
"Makefile",
"Makefile.debian7",
"Makefile.debian8",
"Makefile.debian9",
"Makefile.debian10",
"Makefile.debian11",
#"Makefile.debian7",
#"Makefile.debian8",
#"Makefile.debian9",
#"Makefile.debian10",
#"Makefile.debian11",
"Makefile.debian12"
]
fips: [ "false", "true" ]
Expand All @@ -40,11 +40,16 @@ jobs:
with:
go-version-file: ".go-version"
- uses: elastic/oblt-actions/google/auth@v1
- name: 'Use gcloud CLI'
run: |
gcloud info || true
gsutil list -lra gs://golang-crossbuild-tmp/private || true
gcloud auth list --filter=status:ACTIVE --format="value(account)" || true
- run: |
source .buildkite/scripts/common.sh
add_bin_path
with_mage
#google_cloud_auth
GS_BUCKET_PATH="golang-crossbuild-tmp" make -C go -f "${{matrix.makefile}}" build
- run: |
Expand Down Expand Up @@ -75,5 +80,4 @@ jobs:
source .buildkite/scripts/common.sh
add_bin_path
with_mage
#google_cloud_auth
GS_BUCKET_PATH="golang-crossbuild-tmp" make -C go -f "${{matrix.makefile}}" build-arm

0 comments on commit ed7d7be

Please sign in to comment.