Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa6c44fcf1 | |||
| 3a50eac98e |
@@ -8,26 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
|
- name: Forzar URL de Gitea
|
||||||
|
run: |
|
||||||
|
git config --global url."https://gitea.danielarroyo.cl/".insteadOf "http://gitea:3000/"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user