Skip to content

Commit

Permalink
include aarch64 in workflow docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian authored Dec 11, 2023
1 parent b06078a commit 2f8100e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
distro: [centos-7, bionic]
distro: [centos-7, bionic, aarch64]

steps:
- name: Checkout
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

strategy:
matrix:
distro: [centos-7, bionic]
distro: [centos-7, bionic, aarch64]

steps:
- name: Checkout CKB
Expand All @@ -69,7 +69,7 @@ jobs:

strategy:
matrix:
distro: [centos-7, bionic]
distro: [centos-7, bionic, aarch64]

steps:
- name: Login to ghcr
Expand Down

0 comments on commit 2f8100e

Please sign in to comment.