2 Commits

Author SHA1 Message Date
fa6c44fcf1 ddd
Some checks failed
Release / build (push) Failing after 5m26s
Release / release (push) Has been skipped
2026-03-31 01:34:11 -03:00
3a50eac98e actualizacion 2026-03-31 01:06:38 -03:00

View File

@@ -8,26 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
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: Forzar URL de Gitea
run: |
git config --global url."https://gitea.danielarroyo.cl/".insteadOf "http://gitea:3000/"
- name: Checkout
uses: actions/checkout@v4
with: