File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
supported-arch-matrix :
8
8
name : Supported processor architectures
9
9
runs-on : ubuntu-latest
10
- needs :
11
- - lint-dockerfile
12
10
outputs :
13
- arch : ${{ steps.supported-arch-matrix.outputs.arch }}
11
+ arch : ${{ steps.supported-arch-matrix.outputs.platform }}
14
12
steps :
15
13
- uses : actions/checkout@v4
14
+ with :
15
+ sparse-checkout : |
16
+ Dockerfile
16
17
- id : supported-arch-matrix
17
18
name : Generate Arch
18
- run : |
19
- echo "arch=[\"linux/amd64\",\"linux/arm64\"]" >> $GITHUB_OUTPUT
19
+ uses : wyrihaximus/github-action-oci-image-supported-archs@initial-implementation
20
+ # run: |
21
+ # echo "arch=[\"linux/amd64\",\"linux/arm64\"]" >> $GITHUB_OUTPUT
20
22
lint-dockerfile :
21
23
name : Lint Dockerfile
22
24
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments