Skip to content

Commit

Permalink
Make sure the images are split by arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Aug 5, 2024
1 parent 5714d2e commit 3d3b51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.arch }}
IMAGE_TAG: dev-${GITHUB_ACTOR}.${{ matrix.arch }}
TT_METAL_DOCKER_IMAGE: tt-metalium/ubuntu-20.04-amd64
TT_METAL_DOCKER_IMAGE: tt-metalium/ubuntu-20.04-amd64/${{ matrix.arch }}
TT_METAL_DOCKER_IMAGE_TAG: ${{ github.sha }}
environment: dev
runs-on: build-docker
Expand Down

0 comments on commit 3d3b51e

Please sign in to comment.