Skip to content

Commit 5385af8

Browse files
authored
fix: add missing build arg
1 parent 8278859 commit 5385af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
build-args: |
5959
GO_VERSION=${{ env.GO_VERSION }}
6060
LLVM_MINGW64_VER=${{ env.LLVM_MINGW64_VER }}
61+
LLVM_MINGW_UBUNTU_REL=${{ env.LLVM_MINGW_UBUNTU_REL }}
6162
push: true
6263
- name: Print image digest
6364
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)