Skip to content

Commit

Permalink
fix: win builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Oct 19, 2024
1 parent 9d23cc2 commit 64bb179
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/win2k/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ WORKDIR /repo
RUN go install golang.org/x/tools/cmd/goimports@v0.1.7
RUN go install github.com/forensicanalysis/go-resources/cmd/resources@v0.4.0
RUN go install github.com/akavel/rsrc@v0.10.2
RUN rm -rf config/artifacts
RUN git clone https://github.com/forensicanalysis/artifacts.git config/artifacts
RUN go run tools/yaml2go/main.go config/ac.yaml config/artifacts/*.yaml
RUN resources -package assets -output assets/bin.generated.go config/bin/*
RUN rsrc -arch amd64 -manifest build/win/artifactcollector.exe.manifest -ico build/win/artifactcollector.ico -o build/win/artifactcollector.syso
Expand Down
2 changes: 0 additions & 2 deletions build/winxp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ WORKDIR /repo
RUN go install golang.org/x/tools/cmd/goimports@v0.1.7
RUN go install github.com/forensicanalysis/go-resources/cmd/resources@v0.4.0
RUN go install github.com/akavel/rsrc@v0.10.2
RUN rm -rf config/artifacts
RUN git clone https://github.com/forensicanalysis/artifacts.git config/artifacts
RUN go run tools/yaml2go/main.go config/ac.yaml config/artifacts/*.yaml
RUN resources -package assets -output assets/bin.generated.go config/bin/*
RUN rsrc -arch amd64 -manifest build/win/artifactcollector.exe.manifest -ico build/win/artifactcollector.ico -o build/win/artifactcollector.syso
Expand Down

0 comments on commit 64bb179

Please sign in to comment.