We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46430e commit b5feea9Copy full SHA for b5feea9
2 files changed
.github/workflows/compile-dependency.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: docker/setup-qemu-action@v4
56
57
- name: Set up Docker Buildx
58
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
59
60
- name: Setup before compilation
61
id: compile-setup
scripts/build.sh
@@ -45,7 +45,7 @@ function main() {
45
run::build
46
cmd::build
47
48
- ## For backwards compatibility with amd64 wokflows
+ ## For backwards compatibility with amd64 workflows
49
if [[ ${#targets[@]} -eq 1 && "${targets[0]}" == "linux/amd64" ]]; then
50
cp -r "${BUILDPACKDIR}/linux/amd64/bin/" "${BUILDPACKDIR}/"
51
fi
0 commit comments