Re-add arm/v7 build to Docker (#502)
This commit is contained in:
2
.github/workflows/release.docker.yml
vendored
2
.github/workflows/release.docker.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
PLATFORMS: "linux/amd64,linux/arm64"
|
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
|
||||||
VERSION: "${{ github.event_name == 'release' && github.event.release.name || github.sha }}"
|
VERSION: "${{ github.event_name == 'release' && github.event.release.name || github.sha }}"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user