mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Copy license into zip with txt extension
This commit is contained in:
parent
98fd73ad74
commit
0b00f52653
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
arch: ${{ matrix.goarch }}
|
||||
reproducible: report
|
||||
instructions: |-
|
||||
cp LICENSE.txt "$TARGET_DIR/"
|
||||
cp LICENSE "$TARGET_DIR/LICENSE.txt"
|
||||
go build -o "$BIN_PATH" -ldflags="$LD_FLAGS" -trimpath -buildvcs=false
|
||||
|
||||
build-linux:
|
||||
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
arch: ${{ matrix.goarch }}
|
||||
reproducible: report
|
||||
instructions: |-
|
||||
cp LICENSE.txt "$TARGET_DIR/"
|
||||
cp LICENSE "$TARGET_DIR/LICENSE.txt"
|
||||
go build -o "$BIN_PATH" -ldflags="$LD_FLAGS" -trimpath -buildvcs=false
|
||||
|
||||
- name: Copy license file to config_dir
|
||||
|
|
@ -229,7 +229,7 @@ jobs:
|
|||
arch: ${{ matrix.goarch }}
|
||||
reproducible: report
|
||||
instructions: |-
|
||||
cp LICENSE.txt "$TARGET_DIR/"
|
||||
cp LICENSE "$TARGET_DIR/LICENSE.txt"
|
||||
go build -o "$BIN_PATH" -ldflags="$LD_FLAGS" -tags netcgo -trimpath -buildvcs=false
|
||||
|
||||
build-docker-light:
|
||||
|
|
|
|||
Loading…
Reference in a new issue