Skip to content

Commit 4b653d0

Browse files
paketo-botsgaist
authored andcommitted
Updating github-config
1 parent cd92f1e commit 4b653d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/setup-qemu-action@v4
5656

5757
- name: Set up Docker Buildx
58-
uses: docker/setup-buildx-action@v3
58+
uses: docker/setup-buildx-action@v4
5959

6060
- name: Setup before compilation
6161
id: compile-setup

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function main() {
4545
run::build
4646
cmd::build
4747

48-
## For backwards compatibility with amd64 wokflows
48+
## For backwards compatibility with amd64 workflows
4949
if [[ ${#targets[@]} -eq 1 && "${targets[0]}" == "linux/amd64" ]]; then
5050
cp -r "${BUILDPACKDIR}/linux/amd64/bin/" "${BUILDPACKDIR}/"
5151
fi

0 commit comments

Comments
 (0)