Skip to content

Commit

Permalink
ci: hardcode a platform for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel committed Jan 18, 2025
1 parent ccc65d8 commit dba5951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "PLATFORM=$(echo '${PLATFORM}' | sed 's|/|-|g')" >>${GITHUB_ENV}
env:
OWNER: ${{ github.repository_owner }}
PLATFORM: ${{ matrix.platform }}
PLATFORM: 'linux/amd64'
- name: Test sanitation
run: |
echo "OWNER_LC=${OWNER,,}"
Expand Down

0 comments on commit dba5951

Please sign in to comment.