Skip to content

Commit

Permalink
Debugging github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen committed Dec 31, 2024
1 parent b5834dd commit 33c7490
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:
max-parallel: 3
matrix:
arch: [ amd64, arm64, armhf ]
version: [ 3.7 ]
include:
- arch: amd64
version: 2.6
variant: [ core, setup ]
- arch: amd64
version: 3.7
variant: [ core, setup, slim ]
- arch: amd64
version: 3.7-updated
version: [ 3.7, 3.7-updated ]
variant: [ core, setup, slim ]
- arch: arm64
version: 3.7
Expand Down Expand Up @@ -73,7 +69,7 @@ jobs:
fi
done
echo "Building and pushing Docker image: ${image_folder}"
echo "... extra_tags: ${extra_tags}""
echo "... extra_tags: ${extra_tags}"
# Create and use the buildx builder instance
docker buildx create --use
# Prepare required files
Expand Down

0 comments on commit 33c7490

Please sign in to comment.