Skip to content

Commit

Permalink
[WIP] Fix earthly build
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Oct 11, 2024
1 parent 2958a0e commit 6b45c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ release-prep:
RUN touch "./output/intel/urgent.dsdl"

COPY (+go-build/output/updatemgr --GOARCH=amd64 --GOOS=linux --CMDS=updatemgr) ./updatemgr
RUN ./updatemgr -dir "./output/binary" -name "Binary" > ./output/binary/bin-index.json
RUN ./updatemgr -dir "./output/intel" -name "Intel" > ./output/intel/intel-index.json
RUN ./updatemgr scan --dir "./output/binary" > ./output/binary/bin-index.json
RUN ./updatemgr scan --dir "./output/intel" > ./output/intel/intel-index.json

# Intel Extracted (needed for the installers)
RUN mkdir -p ./output/intel_decompressed
Expand Down

0 comments on commit 6b45c8a

Please sign in to comment.