This commit is contained in:
2026-03-31 01:38:04 -03:00
parent fa6c44fcf1
commit 4258feab81

View File

@@ -8,11 +8,26 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Forzar URL de Gitea
run: |
git config --global url."https://gitea.danielarroyo.cl/".insteadOf "http://gitea:3000/"
strategy:
matrix:
include:
- goos: linux
goarch: amd64
suffix: ""
- goos: linux
goarch: arm64
suffix: ""
- goos: windows
goarch: amd64
suffix: ".exe"
- goos: darwin
goarch: amd64
suffix: ""
- goos: darwin
goarch: arm64
suffix: ""
steps:
- name: Checkout
uses: actions/checkout@v4
with: