-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ WORKDIR /repo | |
RUN go install golang.org/x/tools/cmd/[email protected] | ||
RUN go install github.com/forensicanalysis/go-resources/cmd/[email protected] | ||
RUN go install github.com/akavel/[email protected] | ||
RUN go run tools/yaml2go/main.go config/ac.yaml config/artifacts/* | ||
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 | ||
RUN rsrc -arch 386 -manifest build/win/artifactcollector32.exe.manifest -ico build/win/artifactcollector.ico -o build/win/artifactcollector32.syso | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ WORKDIR /repo | |
RUN go install golang.org/x/tools/cmd/[email protected] | ||
RUN go install github.com/forensicanalysis/go-resources/cmd/[email protected] | ||
RUN go install github.com/akavel/[email protected] | ||
RUN go run tools/yaml2go/main.go config/ac.yaml config/artifacts/* | ||
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 | ||
RUN rsrc -arch 386 -manifest build/win/artifactcollector32.exe.manifest -ico build/win/artifactcollector.ico -o build/win/artifactcollector32.syso | ||
|