Skip to content

Commit

Permalink
bugfix: osfamily value
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Dec 5, 2024
1 parent df79a6b commit 194acfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
strategy:
fail-fast: true
matrix:
base:
- osfamily
os_family:
- linux
architecture:
- amd64
- arm64
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
GIT_REF_NAME=${{ github.ref_name }}
GIT_REPOSITORY_URL=${{ github.repositoryUrl }}
GIT_SHA=${{ github.sha }}
platforms: ${{ matrix.osfamily }}/${{ matrix.architecture }}
platforms: ${{ matrix.os_family }}/${{ matrix.architecture }}
push: false
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -111,5 +111,5 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.osfamily }}-${{ matrix.architecture }}
name: test-results-${{ matrix.os_family }}-${{ matrix.architecture }}
path: tmp/artifacts

0 comments on commit 194acfc

Please sign in to comment.