.gitea: disable 64bit

This commit is contained in:
Felix Lange 2025-07-04 18:08:52 +02:00
parent f0479f3158
commit b5f4d628ac

View file

@ -142,13 +142,13 @@ jobs:
run: | run: |
where gcc where gcc
- name: "Build (amd64)" # - name: "Build (amd64)"
shell: cmd # shell: cmd
run: | # run: |
set PATH=%GETH_MINGW%\bin;%PATH% # set PATH=%GETH_MINGW%\bin;%PATH%
go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe # go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
env: # env:
GETH_MINGW: 'C:\msys64\mingw64' # GETH_MINGW: 'C:\msys64\mingw64'
- name: "Build (386)" - name: "Build (386)"
shell: cmd shell: cmd