Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e57f76

Browse files
committedNov 15, 2024·
chore: debug
Signed-off-by: AtomicFS <[email protected]>
1 parent b958216 commit 2e57f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docker-build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
if: steps.toolchains-exist.outputs.EXIST == 'false' && steps.cache-toolchains.outputs.cache-hit != 'true'
199199
run: |
200200
cd coreboot
201-
make crossgcc CPUS="$(nproc)"
201+
make crossgcc-i386 CPUS="$(nproc)"
202202
- name: Compress toolchain binaries
203203
# This step should shrink the size of single toolchain from 1.5 GB down to around 700 MB
204204
# I think it is save to compress all binaries except libraries, hence the '-wholename'

0 commit comments

Comments
 (0)
Please sign in to comment.