Skip to content

Commit

Permalink
ci: Fix arch issue with macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Aug 8, 2024
1 parent e80c7f3 commit 60ab515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
./dist/arc_linux_$(dpkg --print-architecture)${V1}/arc version
else
./dist/arc_darwin_amd64${V1}/arc version
./dist/arc_darwin_arm64/arc version
fi
deb-publish:
executor: linux-amd64
Expand Down

0 comments on commit 60ab515

Please sign in to comment.