Skip to content

Commit

Permalink
Updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed Apr 9, 2024
1 parent 200f7be commit b52f66f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:
- name: Set platforms
id: set-platforms
run: echo "PLATFORMS=linux/amd64,linux/arm64/v8" >> $GITHUB_ENV
run: |
echo "PLATFORMS=linux/amd64,linux/arm64/v8" >> $GITHUB_ENV
echo "Set PLATFORMS to: ${{ env.PLATFORMS }}"
outputs:
platforms: ${{ env.PLATFORMS }}
build-develop-open:
Expand Down

0 comments on commit b52f66f

Please sign in to comment.