Skip to content

Commit

Permalink
Just build amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
a-monteiro committed Jun 19, 2024
1 parent be22c6b commit be75e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.DUNE_ENG_ACCESS_TOKEN }}
DOCKER_HUB_KEY: ${{ secrets.DOCKER_HUB_KEY }}
run: |
docker buildx create --name mybuilder
docker buildx use mybuilder
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v8 -t public.ecr.aws/duneanalytics/node-indexer:latest -f Dockerfile --build-arg GITHUB_TOKEN=${GITHUB_TOKEN} --push .
# docker buildx create --name mybuilder
# docker buildx use mybuilder
docker buildx build --platform linux/amd64 -t public.ecr.aws/duneanalytics/node-indexer:latest -f Dockerfile --build-arg GITHUB_TOKEN=${GITHUB_TOKEN} --push .

0 comments on commit be75e9e

Please sign in to comment.