Skip to content

Commit

Permalink
chore: use single platform to begin with
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Dec 20, 2024
1 parent 303d8a3 commit 6d11e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
CENTOS_VERSION: "stream10"
LOGO_URL: "https://avatars.githubusercontent.com/u/120078124?s=200&v=4"
README_URL: "https://raw.githubusercontent.com/${{ github.repository }}/main/README.md"
PLATFORMS: "amd64,arm64"
PLATFORMS: "amd64"

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down

0 comments on commit 6d11e30

Please sign in to comment.