Skip to content

Commit

Permalink
ci: remove amd64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 23, 2024
1 parent e890c8a commit 7e485df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
platform: [amd64, arm64]
platform: [arm64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7e485df

Please sign in to comment.