Skip to content

Commit

Permalink
Merge pull request #2 from osdev0/m68k
Browse files Browse the repository at this point in the history
Add m68k
  • Loading branch information
mintsuki authored Nov 22, 2024
2 parents 88ab85c + 58fc493 commit 643e92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
libgcc:
strategy:
matrix:
target_arch: [i386, i686, x86_64, arm, aarch64, loongarch64, loongarch64-softfloat, riscv64, riscv64-softfloat]
target_arch: [i386, i686, x86_64, arm, aarch64, loongarch64, loongarch64-softfloat, riscv64, riscv64-softfloat, m68k]

name: Build and upload libgcc for ${{matrix.target_arch}}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 643e92c

Please sign in to comment.