Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
/ api Public archive

Commit 4abbebe

Browse files
committed
stuff
1 parent 23d085b commit 4abbebe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build-binaries:
10+
name: Build Binaries
1011
strategy:
1112
matrix:
1213
include:
@@ -16,7 +17,6 @@ jobs:
1617
- arch: arm64
1718
runner: ubuntu-24.04-arm
1819
target: aarch64-unknown-linux-musl
19-
2020
runs-on: ${{ matrix.runner }}
2121

2222
steps:
@@ -56,6 +56,7 @@ jobs:
5656
retention-days: 1
5757

5858
create-multiarch-image:
59+
name: Create multi-arch Docker image
5960
needs: build-binaries
6061
runs-on: ubuntu-latest
6162
permissions:
@@ -64,7 +65,7 @@ jobs:
6465

6566
steps:
6667
- name: Checkout code
67-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6869

6970
- name: Download all binary artifacts
7071
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)