mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Compare commits
No commits in common. "1b2ed00cbbcaeff3dd76dc6ff25276da35130aa3" and "5767d9a2754c3346382ede0957e7280f014728b7" have entirely different histories.
1b2ed00cbb
...
5767d9a275
2
.github/workflows/build-php.yml
vendored
2
.github/workflows/build-php.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
if [[ "${{ matrix.arch }}" = "armv7l" ]]; then
|
||||
sed -ie 's/alpine:latest/multiarch\/alpine:armv7-latest-stable/g' Dockerfile
|
||||
else
|
||||
sed -ie 's/alpine:latest/multiarch\/alpine:${{ matrix.arch }}-v3.16/g' Dockerfile
|
||||
sed -ie 's/alpine:latest/multiarch\/alpine:${{ matrix.arch }}-latest-stable/g' Dockerfile
|
||||
fi
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
fi
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.16
|
||||
FROM alpine:latest
|
||||
|
||||
# define script basic information
|
||||
# Version of this Dockerfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user