Skip to content

Commit

Permalink
Switch to action for supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 8, 2024
1 parent cd9a794 commit 19a69a4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ jobs:
needs:
- lint-dockerfile
outputs:
arch: ${{ steps.supported-arch-matrix.outputs.arch }}
arch: ${{ steps.supported-arch-matrix.outputs.platform }}
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
Dockerfile
- id: supported-arch-matrix
name: Generate Arch
run: |
echo "arch=[\"linux/amd64\",\"linux/arm64\"]" >> $GITHUB_OUTPUT
uses: wyrihaximus/github-action-oci-image-supported-archs@initial-implementation
# run: |
# echo "arch=[\"linux/amd64\",\"linux/arm64\"]" >> $GITHUB_OUTPUT
lint-dockerfile:
name: Lint Dockerfile
runs-on: ubuntu-latest
Expand Down

0 comments on commit 19a69a4

Please sign in to comment.