Skip to content

feat(ci): add test matrix for CI workflow, fix docs, fix arch mapping + include arm64#87

Merged
zerosnacks merged 2 commits intomasterfrom
zerosnacks/add-test-matrix-for-ci-workflow
Oct 6, 2025
Merged

feat(ci): add test matrix for CI workflow, fix docs, fix arch mapping + include arm64#87
zerosnacks merged 2 commits intomasterfrom
zerosnacks/add-test-matrix-for-ci-workflow

Conversation

@zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Oct 6, 2025

Supercedes #85

Ref: https://github.com/actions/runner-images?tab=readme-ov-file#available-images
Ref: https://github.com/orgs/community/discussions/148648

  • Adds arm64 mapping to mappings (alongside x64), this should cover all cases of the published artifacts we use (exception being alpine, Github runners do not support this yet).

Does not add aarch64 as os.arch() can never return this, nor can it return x32 so dropped.

            type Architecture =
                | "arm"
                | "arm64"
                | "ia32"
                | "loong64"
                | "mips"
                | "mipsel"
                | "ppc64"
                | "riscv64"
                | "s390x"
                | "x64";

Bumps to 24.9.0, latest Node.js version

@zerosnacks zerosnacks marked this pull request as ready for review October 6, 2025 09:30
@zerosnacks zerosnacks changed the title feat: add test matrix for CI workflow, fix docs, fix arch mapping feat(ci): add test matrix for CI workflow, fix docs, fix arch mapping + include arm64 Oct 6, 2025
@zerosnacks zerosnacks changed the title feat(ci): add test matrix for CI workflow, fix docs, fix arch mapping + include arm64 feat(ci): add test matrix for CI workflow, fix docs, fix arch mapping + include arm64 Oct 6, 2025
@zerosnacks zerosnacks self-assigned this Oct 6, 2025
@zerosnacks zerosnacks moved this to Ready For Review in Foundry Oct 6, 2025
@zerosnacks zerosnacks merged commit 5c2c54e into master Oct 6, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this from Ready For Review to Done in Foundry Oct 6, 2025
@zerosnacks zerosnacks deleted the zerosnacks/add-test-matrix-for-ci-workflow branch October 6, 2025 10:16
@grandizzy grandizzy moved this from Done to Completed in Foundry Oct 6, 2025
dutterbutter added a commit to dutterbutter/foundry-zksync-toolchain that referenced this pull request Jan 30, 2026
* chore: bump dependencies + fix documentation (foundry-rs#61)

* bump deps

* update version number to reflect v1.2.0

* chore(`v0.3.0`): start defaulting to stable (foundry-rs#60)

* start defaulting to stable

* bump deps

* update version number to reflect v1.2.0

* bump version to 1.3.0

* point to existing tag

* bump node to 23

* fix invalid node version for runner

* downgrade to node 20.x (foundry-rs#62)

* tagged versions should be prefixed (foundry-rs#65)

* chore: run npm update (foundry-rs#66)

* add `rc` as valid version target (foundry-rs#67)

* feat: update @actions/cache package dependency (foundry-rs#68)

* feat: update @actions/cache package dependency

chore: update cache dependencies and add more logging

chore: use multiple restore keys

chore: update build:

* chore: use custom restore keys only when they are supplied

* chore(deps): run npm update (foundry-rs#70)

* add codeowners (foundry-rs#78)

* chore(ci): bump to node 24 + update dependencies + harden workflow (foundry-rs#77)

* bump to node lts 22

* bump CI actions

* bump to node 24 per https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#runsusing-for-javascript-actions

* harden workflow

* fix: update instructions for PR (foundry-rs#79)

* document node.js version

* nit

* chore(`ci`): continue harden, cancel concurrent, revoke unnecessary write (foundry-rs#81)

* cancel concurrent, revoke write

* nit

* nit

* focus

* chore(`ci`): add CodeQL (foundry-rs#82)

* add codeql

* add JavaScript scanning

* fix

* drop scope, packages read is not necessary

* rescope permissions (foundry-rs#83)

* merge codeql into regular ci (foundry-rs#84)

* feat(`ci`): add test matrix for CI workflow, fix docs, fix arch mapping + include `arm64` (foundry-rs#87)

* add test matrix
from foundry-rs#85

* os.arch() can not return x32, also return arm64, cannot return aarch64 as suggested in foundry-rs#85

* chore(docs): update README (foundry-rs#88)

* update example workflow

* clarify tag use

* bump to 1.5.0, bump @actions/cache, bump @vercel/ncc (foundry-rs#89)

* fix default permissions (foundry-rs#90)

* chore(deps): bump github/codeql-action from 3 to 4 (foundry-rs#91)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  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>

* chore(deps): bump actions/setup-node from 5 to 6 (foundry-rs#92)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  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>

* chore(deps): bump actions/upload-artifact from 4 to 5 (foundry-rs#93)

* chore(deps): bump actions/checkout from 5 to 6 (foundry-rs#95)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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>

* action should use node24 (foundry-rs#96)

* nit (foundry-rs#97)

* feat: add `network` configuration option and Tempo support (foundry-rs#98)

* add dual network support

* update dist

* update action yml

* bump build

* fix network

* bump

* bump

* we do not distribute windows binaries for tempo

* fix

* enable windows CI w/ tempo network (foundry-rs#99)

* chore(deps): bump actions/upload-artifact from 5 to 6 (foundry-rs#100)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(meta): add AGENTS.md (foundry-rs#101)

* feat: use foundryup (foundry-rs#102)

* feat: print --version for all tools at end of action (foundry-rs#103)

* fix: allow v-prefix and no prefix for specific versions (foundry-rs#104)

* refactor: rewrite in TypeScript (foundry-rs#106)

* feat: cache all of .foundry/cache instead of just /rpc (foundry-rs#107)

* fix: remove windows --force hack (foundry-rs#108)

* fix: remove windows --force hack

* fail-fast

* chore(deps): bump to node v24.13.0 and update dependencies (foundry-rs#109)

* add install step

* bump to 24.13.0

* chore: fix readme

* fix: remove anvil / chisel checks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
Co-authored-by: zerosnacks <zerosnacks@protonmail.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Jongseung (John) Lim <penandlim@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

2 participants