Skip to content

Commit

Permalink
GHA: enable aarch64 build of 2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 24, 2024
1 parent 5a03975 commit 0fc151f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
MANYLINUX_VERSION: "2014"
MANYLINUX_VERSION: "2_28"

jobs:
build:
Expand All @@ -23,9 +23,9 @@ jobs:
- arch: "x86_64"
runner_arch: "X64"
docker_platform: "linux/amd64"
# - arch: 'aarch64'
# runner_arch: "ARM64"
# docker_platform: "linux/arm64"
- arch: 'aarch64'
runner_arch: "ARM64"
docker_platform: "linux/arm64"
steps:
- name: Prepare
run: |
Expand Down

0 comments on commit 0fc151f

Please sign in to comment.