Skip to content

Commit

Permalink
build aarch64 on github via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 30, 2024
1 parent e9a7924 commit fa286b3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@ jobs:
MB_ML_LIBC: musllinux
MB_ML_VER: _1_1

# - os: ubuntu-latest
# PLAT: aarch64
# INTERFACE64: '0'
# MB_ML_VER: '2014'
# - os: ubuntu-latest
# PLAT: aarch64
# INTERFACE64: '1'
# MB_ML_VER: '2014'
# - os: ubuntu-latest
# PLAT: aarch64
# INTERFACE64: '0'
# MB_ML_LIBC: musllinux
# MB_ML_VER: _1_1
# - os: ubuntu-latest
# PLAT: aarch64
# INTERFACE64: '1'
# MB_ML_LIBC: musllinux
# MB_ML_VER: _1_1
- os: ubuntu-latest
PLAT: aarch64
INTERFACE64: '0'
MB_ML_VER: '2014'
- os: ubuntu-latest
PLAT: aarch64
INTERFACE64: '1'
MB_ML_VER: '2014'
- os: ubuntu-latest
PLAT: aarch64
INTERFACE64: '0'
MB_ML_LIBC: musllinux
MB_ML_VER: _1_1
- os: ubuntu-latest
PLAT: aarch64
INTERFACE64: '1'
MB_ML_LIBC: musllinux
MB_ML_VER: _1_1

exclude:
- PLAT: i686
Expand Down

0 comments on commit fa286b3

Please sign in to comment.