Skip to content

Commit

Permalink
Do not use custom image for linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Sep 12, 2024
1 parent be690cf commit b38c08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nucliadb_node_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
# platform: linux
# target: i686
# GCC 4.8.5 in manylinux2014 container doesn't support c11 atomic
# we use manylinux_2_24 container for aarch64 and armv7 targets instead,
# we use manylinux_2_28 container for aarch64 and armv7 targets instead,
- os: ubuntu
platform: linux
target: aarch64
container: messense/manylinux_2_24-cross:aarch64
container: messense/manylinux_2_28-cross:aarch64
# musllinux
- os: ubuntu
platform: linux
Expand Down

0 comments on commit b38c08c

Please sign in to comment.