Skip to content

Commit

Permalink
Build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Nov 13, 2024
1 parent 155383c commit e3767d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/bigsky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ RUN git checkout go1.23.3
# Cherry pick the CL
RUN git fetch https://go.googlesource.com/go refs/changes/97/564197/1 && git cherry-pick FETCH_HEAD

WORKDIR /gosource/src

# Build go
RUN ./src/all.bash
RUN ./all.bash

# Copy the artifacts to /export
RUN mkdir -p /export
Expand Down

0 comments on commit e3767d1

Please sign in to comment.