Skip to content

Commit

Permalink
Update xgo builder reference (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Oct 27, 2023
1 parent d2e7c9f commit 573e14e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-sign-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain/providers/github-by-repos'
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/geth-xgo-builder
tag: latest
tag: ${{ github.sha }}
platforms: linux/amd64
context: .
file: Dockerfile.binaries
Expand Down Expand Up @@ -60,8 +60,7 @@ jobs:
- name: 'Go Run all-tools'
run: |
docker run --rm \
\
-v $(pwd)/build/bin:/build \
-v $(pwd)/build/bin:/build \
-v $(pwd)/build/archives:/archives \
-v $(pwd):/go/src/github.com/celo-org/celo-blockchain \
--env BUILD_TARGETS=$_BUILD_TARGETS \
Expand Down

0 comments on commit 573e14e

Please sign in to comment.