Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
2f50ca87
Unverified
Commit
2f50ca87
authored
3 years ago
by
Sarah
Browse files
Options
Download
Email Patches
Plain Diff
target names should be lower case
parent
066e6a90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build.yml
+1
-1
.github/workflows/build.yml
Dockerfile
+1
-1
Dockerfile
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yml
+
1
-
1
View file @
2f50ca87
...
...
@@ -258,7 +258,7 @@ jobs:
uses
:
hashicorp/actions-docker-build@v1
with
:
version
:
${{env.version}}
target
:
CRT
target
:
crt
arch
:
${{matrix.arch}}
zip_artifact_name
:
${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip
tags
:
|
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
-
1
View file @
2f50ca87
FROM
alpine:3.14
as
CRT
FROM
alpine:3.14
as
crt
ARG
BIN_NAME
# NAME and VERSION are the name of the software in releases.hashicorp.com
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment