Skip to content

Commit

Permalink
change docker trigger branch for test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed May 7, 2024
1 parent 3d36bc1 commit 217579d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Cache Go build
uses: actions/cache@v2
with:
path: ~/go/pkg/go-build
path: /tmp/.cache/go-build
key: ${{ runner.os }}-go_build
restore-keys: |
${{ runner.os }}-go_build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.21-alpine as builder

RUN go env -w GOCACHE=~/go/pkg/go-build
RUN go env -w GOCACHE=/tmp/.cache/go-build

RUN apk add --no-cache gcc musl-dev linux-headers git

Expand Down

0 comments on commit 217579d

Please sign in to comment.