Skip to content

Commit

Permalink
test builder branch that doesn't always disable armv8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jan 30, 2025
1 parent f47bb67 commit 8a523bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- 'main'

env:
BUILDER_VERSION: v0.9.72
BUILDER_VERSION: ubuntu-arm
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
BUILDER_SOURCE: releases
BUILDER_SOURCE: channels
PACKAGE_NAME: aws-c-common
LINUX_BASE_IMAGE: ubuntu-18-x64
RUN: ${{ github.run_id }}-${{ github.run_number }}
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
runs-on: ubuntu-24.04 # latest
strategy:
matrix:
arch: [linux-armv6, linux-armv7, linux-arm64, android-armv7]
arch: [linux-armv6, linux-armv7, android-armv7]
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 8a523bd

Please sign in to comment.