Skip to content

Commit 6ce56d7

Browse files
committed
feat: bump llvm-mingw to 20250114
1 parent 15f5eab commit 6ce56d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
release:
66
types:
77
- created
8+
env:
9+
LLVM_MINGW64_VER: 20250114
10+
811
jobs:
912
build:
1013
name: Build image
@@ -52,6 +55,7 @@ jobs:
5255
labels: ${{ steps.meta.outputs.labels }}
5356
build-args: |
5457
GO_VERSION=${{ env.GO_VERSION }}
58+
LLVM_MINGW64_VER=${{ env.LLVM_MINGW64_VER }}
5559
push: true
5660
- name: Print image digest
5761
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)