We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9533b7b commit 0d2879aCopy full SHA for 0d2879a
.github/workflows/alpine.yml
@@ -88,7 +88,7 @@ jobs:
88
time=$(date +%Y%m%d%H%M)
89
date="$repo-$time"
90
full="$more-$time"
91
- docker build -t image --build-arg BASE=$base .
+ docker build --platform=linux/${{ matrix.arch }} -t image --build-arg BASE=$base .
92
#for compatilbity reasons
93
if [[ "${{ matrix.version }}" == "3.12" ]]; then
94
docker tag image ghcr.io/$repo
0 commit comments