Skip to content

Commit

Permalink
magic
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 25, 2024
1 parent 3799ad3 commit 7befce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- ubuntu-18-x64
- ubuntu-20-x64
- ubuntu-20-aarch64
extra-build-flag: --platform=linux/aarch64
- ubuntu-22-x64
- node-10-linux-x64
- swift-5-al2-x64
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
image_name: aws-crt-${{ matrix.variant }}
image_tag: ${{ steps.tag.outputs.release_tag }}
context: .github/docker-images/${{ matrix.variant }}
build_extra_args: --compress=true --platform=linux/aarch64
build_extra_args: --compress=true ${{ matrix.variant.extra-build-flag }}

- name: Create ECR repo if necessary
run: |
Expand Down

0 comments on commit 7befce8

Please sign in to comment.