Skip to content

Commit

Permalink
Try to force arm build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 1, 2024
1 parent 1622bb5 commit d449e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
sudo ./tests/setup_cvmfs.sh
- name: Docker + CVMFS bindmount
if: ${{ matrix.platform == 'linux/amd64' }}
# if: ${{ matrix.platform == 'linux/amd64' }}
id: test-docker-cvmfs
env:
CONTAINER_IMAGE: ${{ steps.build-image.outputs.base_image }}@${{ steps.build-image.outputs.digest }}
Expand All @@ -111,7 +111,7 @@ jobs:
"$CONTAINER_IMAGE"
- name: Docker + cvmfsexec
if: ${{ matrix.platform == 'linux/amd64' }}
# if: ${{ matrix.platform == 'linux/amd64' }}
id: test-docker-cvmfsexec
env:
CONTAINER_IMAGE: ${{ steps.build-image.outputs.base_image }}@${{ steps.build-image.outputs.digest }}
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
env:
EXPECTED: 2
run: |
for dir in /tmp/tags /tmp/artifacts; do
for dir in /tmp/tags /tmp/digests; do
artifact_count=$(ls $dir -1q | wc -l)
if [[ $artifact_count != $EXPECTED ]]; then
echo "Expected $EXPECTED artifacts in $dir; got $artifact_count"
Expand Down

0 comments on commit d449e98

Please sign in to comment.