Skip to content

Commit

Permalink
Only build linux/amd64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 22, 2022
1 parent e82613e commit 9e203ae
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 @@ -36,7 +36,7 @@ jobs:
name: Create matrix
id: platforms
run: |
echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms')
echo ::set-output name=matrix::["linux/amd64"]
-
name: Show matrix
run: |
Expand Down

0 comments on commit 9e203ae

Please sign in to comment.