1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00
Commit graph

33 commits

Author SHA1 Message Date
Zack
1f6851f33b
Merge pull request #680 from schollz/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2024-03-11 15:48:20 -07:00
dependabot[bot]
40f5e9ca1e
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 08:56:10 +00:00
bitraid
ed8c0475bf
Fix Windows builds 2024-03-09 22:31:27 +02:00
Zack
abc5029fce update release with LICENSE 2024-02-22 14:39:57 -08:00
D. Bohdan
be8a6689ff build release bins for DragonFly/Free/Net/OpenBSD 2024-02-22 21:22:32 +00:00
Zack
4159ba7668 do static builds of croc
following https://github.com/golang/go/issues/26492#issuecomment-435462350
2024-02-20 07:57:49 -08:00
Zack
d92cff92b9 add arm/arm64 builds for windows fixes #664 2024-02-19 07:46:35 -08:00
Zack
a240a4b982
Merge pull request #657 from schollz/dependabot/github_actions/actions/stale-9
Bump actions/stale from 5 to 9
2024-02-17 10:29:47 -08:00
Zack
f874e30151 revert go version back to go.1.21 because of glibc errors 2024-02-16 06:56:33 -08:00
dependabot[bot]
816ad09a50
Bump actions/stale from 5 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 09:01:53 +00:00
Zack
a2228e80c2
Create stale.yml 2024-02-08 13:43:05 -07:00
Zack Scholl
3382306342 add build for windows 7 2024-02-08 13:37:10 -07:00
Zack
2f33b14b3d
Merge pull request #581 from sitiom/patch-1
switch winget releaser runner to `ubuntu-latest`
2024-02-06 18:12:51 -08:00
Zack
ba75f7badb add release workflow for generating binaries 2024-02-06 15:37:28 -08:00
Rehan Mahmood
9ad2af18bd Added the gcc and musl-dev packages in the builder layer of the Dockerfile. 2024-01-28 14:38:01 -05:00
Rehan Mahmood
d4bba88fb1 Update and fix the docker image deplyment build 2024-01-25 10:02:01 -05:00
sitiom
f8bb011eac
switch winget releaser runner to ubuntu-latest 2023-07-07 08:52:14 +08:00
Zack
e3a18cd7a7
Merge pull request #547 from schollz/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2023-03-27 07:43:21 -07:00
dependabot[bot]
40e5893bb8
Bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 09:12:12 +00:00
dependabot[bot]
d813aa2fa9
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 12:01:02 +00:00
Zack
8d8d06557e
Merge pull request #534 from sitiom/winget-releaser
add winget releaser workflow
2023-03-14 05:00:19 -07:00
stefins
080c21b66b
Change go version to 1.20 in CI 2023-03-10 20:59:45 +05:30
Ryan Caezar Itang
b3db9d88c1
add winget releaser workflow 2023-02-12 23:44:34 +08:00
stefins
65760b1189
Update CI to run on main branch events 2023-02-11 01:18:43 +05:30
Tai Groot
fd0db2ad55
upgrade github ci workflow 2022-10-30 20:43:51 -07:00
Zack
4abdbf1ad2
update to go 1.18 2022-04-06 21:48:39 -07:00
Eng Zer Jun
da8beb65bf
build: upgrade to Go 1.17
Go 1.17 introduces compiler improvement
(https://golang.org/doc/go1.17#compiler) and supports module graph
pruning (https://golang.org/ref/mod#graph-pruning) and lazy module
loading (https://golang.org/ref/mod#lazy-loading).

This commit applies the changes by running `go mod tidy -go=1.17` to
enable module graph pruning and lazy module loading supported by Go 1.17
or higher.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-17 11:39:01 +08:00
Zack
696479024e
Update ci.yml 2021-10-08 09:43:30 -07:00
Zack
9dfa0284fa update with setup 2021-10-08 09:39:20 -07:00
Maxim Baz
417b371454
Add CI 2021-10-04 00:16:49 +02:00
Spaceface16518
247d2b18ec Remove linux/ppc64le platform
gcc not found in $PATH?
2021-01-22 00:00:20 -06:00
Spaceface16518
6b8a14d831 Remove linux/s390x platform
Breaking the docker buildx build due to some signature verification
error
2021-01-22 00:00:20 -06:00
Amrit
743b2c1bf4
Create deploy.yml 2021-01-21 23:32:51 -06:00