Skip to content

Commit

Permalink
fix(taiko-client): remove Go build cache (#17661)
Browse files Browse the repository at this point in the history
Co-authored-by: maskpp <[email protected]>
  • Loading branch information
davidtaikocha and mask-pp authored Jun 24, 2024
1 parent 9119fdd commit f6075f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/taiko-client--docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@ jobs:
type=ref,event=tag
type=sha
- name: Cache Go build
uses: actions/cache@v4
with:
path: |
${{ runner.os }}-go_build-platforms
key: ${{ runner.os }}-go_build-platforms
restore-keys: |
${{ runner.os }}-go_build-platforms
- name: Inject cache into docker
uses: reproducible-containers/[email protected]
with:
cache-map: |
{
"${{ runner.os }}-go_build-platforms": "/root/.cache/go-build"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}

- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down
1 change: 0 additions & 1 deletion packages/taiko-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ WORKDIR /build/packages/taiko-client
ARG TARGETOS
ARG TARGETARCH
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
--mount=type=cache,target=/root/.cache/go-build,sharing=locked \
make build

FROM alpine:latest
Expand Down

0 comments on commit f6075f7

Please sign in to comment.