Ponderfly / GoogleTranslateIpCheck

MIT License
4.5k stars 461 forks source link

大佬你好,咨询一个github acrion的问题 #6

Closed stonegr closed 1 year ago

stonegr commented 1 year ago

大佬你好,我想问一下你的github action是怎么编译arm版本的可执行文件的呢?我也用python写了一些东西,能够编译amd64平台的,不知道arm版本的怎么操作,网上也没有找到,希望大佬指定指点,谢谢

无意扰乱issues秩序,不知道去哪里问了,谢谢

Ponderfly commented 1 year ago

我没用github action,不过我这个用也应该没问题 无非就是 dotnet publish -c Release -r osx-x64 --self-contained true dotnet publish -c Release -r osx-arm64 --self-contained true

stonegr commented 1 year ago

谢谢回复,不知道python要怎么去处理