Commit Graph

29 Commits

Author SHA1 Message Date
Claus F. Strasburger 3150f2e8b4 Build rust images for ARM64 & use cargo binstall for faster build time (#120)
* Also build rust on arm64

* rust: use cargo-binstall for performance

Since linux/arm64 images are built using QEMU, the compilation of bindgen-cli, cbindgen, cargo-audit & cargo-outdated takes a very long time, especially on Ubuntu 20.04 (more than 6 hours, for the combination of both architectures on one job). This exceeds the github actions time-limit.

So, we'll just use pre-built binaries using cargo-binstall where possible.
2024-01-02 23:44:01 +01:00
Ryan 8d329ea316 fix: add gh to custom (#56)
* fix: add gh to custom

* fix gh script multi arch

* Dockerfile use bash directly

* Update build-ubuntu.yml

---------

Co-authored-by: Ryan <me@hackerc.at>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
2023-09-18 20:17:56 +02:00
ChristopherHX 099f64d9b2 increase ulimit (#107) 2023-09-14 17:22:07 +02:00
ChristopherHX 4f6bdf85e1 enable arm64 builds (#94)
* enable arm64 builds

* Add `[skip build-base]` conditional for PRs

* only setup arm64 arch in qemu

* fix permission java-tools

* go default to 1.20 and fix pwsh

* exclude lib32z1 for arm64

* increase npm timeout for qemu

* Try to speed up npm under qemu

* make npm verbose

* Use http registry

* Another test

* Use less build resources

* fix dockerhub tag

* Fix building
2023-08-26 22:22:05 +02:00
ChristopherHX 60cbcc9f33 fix go special image (#104)
* fix go special image

* fix go symlink

* try to cleanup space
2023-08-15 14:23:06 +02:00
ChristopherHX a6297292be use buildah instead of buildx (#103)
- fix the build script to no longer continue on error
- no longer needs a local registry
- runs rootless
- no need to generate a dockerfile for added the /etc/environment file as metadata
2023-08-15 00:07:44 +02:00
Rene Leonhardt 284416fdf8 Install Node.js 16 and 18 by default (and 20 additionally) (#98)
* Install Node.js 16 and 18 by default (and 20 additionally)

* Use caching for go test
2023-07-27 14:31:50 +02:00
Christian Helmich 15f9808a68 feature: add .NET installation (#90)
* file: add .NET installation script dotnet.sh

* feat: add dotnet installation to custom image

* feat: add dotnet to build matrix

* Prepend `PATH` correctly
2023-04-25 13:00:17 +02:00
R 4f58a457e7 fix: drop node12 2023-03-29 16:26:44 +02:00
ChristopherHX dea4e32c50 [no ci] Fix publishing *-latest tags for flavours
The last build of the tag has a `20220215` label, just before refactoring from bash to powershell

Fixes https://github.com/nektos/act/issues/1684
2023-03-16 22:49:26 +01:00
R d9f2e20b9e fix: remove ubuntu 18.04 2023-01-29 15:56:42 +01:00
dependabot[bot] c3969208c3 build(deps): bump docker/setup-qemu-action from 1 to 2 (#64)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 16:37:48 +02:00
dependabot[bot] 7482fc48b4 build(deps): bump docker/login-action from 1 to 2 (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 16:37:30 +02:00
Ryan 073b099ae0 ci: disable 18.04 custom (#59) 2022-05-02 09:11:07 +00:00
dependabot[bot] 9d3ac97dd3 build(deps): bump actions/setup-go from 2 to 3 (#58)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 05:58:13 +00:00
Ryan 8a28983c20 feat: ubuntu-2204 (#52)
* feat: ubuntu-2204
* remove unnecessary git-lfs install
2022-04-21 22:29:27 +02:00
dependabot[bot] 4870d790b1 build(deps): bump actions/checkout from 2 to 3 (#53) 2022-04-01 09:24:53 +02:00
Ryan 343ae52a8b add arm64/armhf for 18.04, replace git{,-lfs} (#51) 2022-03-05 04:22:34 +01:00
Ryan 2615f18d2a Update images
- replace shell script with pwsh
- add more tools from actions/virtual-environments
- fixup pwsh modules installation
- install node 12 and 16 in base
- add node 14 in js-*
- build rust images
- restrict flavours to amd64 only for now
- add helper scripts from actions/virtual-environments
- overhaul build and dockerfile
2022-02-23 20:58:25 +01:00
Ryan 0d1f0cd66e ci: remove Ubuntu 16.04 (#34) 2021-10-19 14:46:41 +02:00
Erik Sundell 447ca83cfa Make arm64 compatible 2021-08-17 20:10:52 +02:00
Ryan 69d6d7a55e fix: log in to registries only when it's me 2021-08-17 08:20:22 +02:00
Ryan (hackercat) c84f165490 refactor: move to sh scripts (#17) 2021-07-21 10:43:59 +02:00
Ryan (hackercat) fc531ee59c fix: push non-versioned tags (#16) 2021-06-25 15:45:23 +02:00
Ryan (hackercat) 405652dcda fix(workflows): update actions/setup-go to v2 (#14) 2021-06-15 00:30:46 +02:00
Ryan (hackercat) 6ffb01cfd3 Refactor again (#11) 2021-05-28 13:31:42 +02:00
hackercat da6b7b185b fix: remove env.ACT 2021-05-18 21:39:13 +00:00
hackercat 377301fa5e fix: allow local act execution/testing 2021-05-18 21:36:57 +00:00
hackercat 7818b929c6 refactor: image building
refactor image building, add more variants
2021-05-02 17:17:16 +00:00