We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e829602 commit dde88ebCopy full SHA for dde88eb
.github/workflows/build.yml
@@ -140,13 +140,12 @@ jobs:
140
141
- name: Build
142
run: |
143
+ bk="$(.doi/.bin/bashbrew-buildkit-env-setup.sh)"
144
+ bk="$(jq <<<"$bk" -r 'to_entries | map(.key + "=" + .value | @sh) | "export " + join(" ")')"
145
+ eval "$bk"
146
+
147
cd build
148
shell="$(jq <<<"$json" -r '.commands.build')"
- if grep <<<"$shell" -q ' buildx '; then
- bk="$(../.doi/.bin/bashbrew-buildkit-env-setup.sh)"
- bk="$(jq <<<"$bk" -r 'to_entries | map(.key + "=" + .value | @sh) | "export " + join(" ")')"
- eval "$bk"
149
- fi
150
eval "$shell"
151
152
- name: Push
0 commit comments