Skip to content

Commit

Permalink
Build Linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Jul 11, 2024
1 parent fb832c9 commit 9603734
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- docker
- docker-aarch64
- 'release/**'
tags:
- '**'
Expand All @@ -20,16 +20,16 @@ jobs:
strategy:
matrix:
platform:
- arch: linux/amd64
profile: production
suffix: ubuntu-x86_64-${{ github.ref_name }}
image-suffix: ''
dockerfile-suffix: ''
# - arch: linux/arm64
# - arch: linux/amd64
# profile: production
# suffix: ubuntu-aarch64-${{ github.ref_name }}
# image-suffix: '-aarch64'
# dockerfile-suffix: '.aarch64'
# suffix: ubuntu-x86_64-${{ github.ref_name }}
# image-suffix: ''
# dockerfile-suffix: ''
- arch: linux/arm64
profile: production
suffix: ubuntu-aarch64-${{ github.ref_name }}
image-suffix: '-aarch64'
dockerfile-suffix: '.aarch64'

steps:
- name: Set up QEMU
Expand Down

0 comments on commit 9603734

Please sign in to comment.