Skip to content

Commit 0d2879a

Browse files
authored
Update alpine.yml
1 parent 9533b7b commit 0d2879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
time=$(date +%Y%m%d%H%M)
8989
date="$repo-$time"
9090
full="$more-$time"
91-
docker build -t image --build-arg BASE=$base .
91+
docker build --platform=linux/${{ matrix.arch }} -t image --build-arg BASE=$base .
9292
#for compatilbity reasons
9393
if [[ "${{ matrix.version }}" == "3.12" ]]; then
9494
docker tag image ghcr.io/$repo

0 commit comments

Comments
 (0)