mirror of
https://github.com/robinmanuelthiel/speedtest.git
synced 2026-09-24 15:30:18 -05:00
Pipeline updates
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- run: docker buildx build --tag robinmanuelthiel/speedtest:latest-arm64v8 --platform linux/arm64 .
|
||||
- run: docker buildx build --tag robinmanuelthiel/speedtest:latest-arm64v8 --platform linux/arm64/v8 .
|
||||
|
||||
- run: |
|
||||
docker buildx build --tag robinmanuelthiel/speedtest:latest-arm32v7 --platform linux/arm/v7 --build-arg ARCH=arm32v7/ .
|
||||
|
||||
Reference in New Issue
Block a user