mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ci: docker GO_TAGS must be quoted (#26105)
ent builds use multiple tags
This commit is contained in:
committed by
GitHub
parent
d1f77a48ab
commit
8f98dca8f8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
CGO_ENABLED: 1
|
||||
run: |
|
||||
go clean -cache
|
||||
docker run --user "$(id --user):$(id --group)" --env HOME=/tmp --env GO_TAGS=${{env.GO_TAGS}} -v "$(pwd)":/build localhost:5000/nomad-builder:${{ github.sha }} make pkg/${{ matrix.goos }}_${{ matrix.goarch }}.zip
|
||||
docker run --user "$(id --user):$(id --group)" --env HOME=/tmp --env GO_TAGS="${{env.GO_TAGS}}" -v "$(pwd)":/build localhost:5000/nomad-builder:${{ github.sha }} make pkg/${{ matrix.goos }}_${{ matrix.goarch }}.zip
|
||||
mv pkg/${{ matrix.goos }}_${{ matrix.goarch }}.zip ${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
|
||||
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user