aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-04-12 18:19:54 +0200
committerTheo Buehler <tb@openbsd.org>2025-04-12 18:19:54 +0200
commit1e824a0d12df308df6995faf01616054a7a383b0 (patch)
treeb61cb73d1f6952eb4c73d59d65fd23c643505604 /.github
parent33537646812ce13f5c6c257a6d44adeae259ef6e (diff)
parent1087da12fc815a84592454980cdcd5d34b07285b (diff)
downloadportable-1e824a0d12df308df6995faf01616054a7a383b0.tar.gz
portable-1e824a0d12df308df6995faf01616054a7a383b0.tar.bz2
portable-1e824a0d12df308df6995faf01616054a7a383b0.zip
Land 1147 - reenable mips32
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 88dd15e..8334ae6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -23,7 +23,7 @@ jobs:
23 fail-fast: false 23 fail-fast: false
24 matrix: 24 matrix:
25 os: ["ubuntu-22.04", "ubuntu-24.04"] 25 os: ["ubuntu-22.04", "ubuntu-24.04"]
26 arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"] 26 arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips32", "mips64"]
27 compiler: ["gcc"] 27 compiler: ["gcc"]
28 include: 28 include:
29 - os: "ubuntu-22.04" 29 - os: "ubuntu-22.04"