mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
fix(ci): correct platforms
This commit is contained in:
parent
5f668f7f2f
commit
a5d6e9e799
1 changed files with 3 additions and 2 deletions
5
.github/workflows/buildx.yaml
vendored
5
.github/workflows/buildx.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
id: prepare
|
id: prepare
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGE=ghcr.io/mentos1386/env
|
DOCKER_IMAGE=ghcr.io/mentos1386/env
|
||||||
DOCKER_PLATFORMS=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
|
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64
|
||||||
VERSION=edge
|
VERSION=edge
|
||||||
|
|
||||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||||
|
@ -53,7 +53,8 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: crazy-max/ghaction-docker-buildx@v3
|
id: buildx
|
||||||
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: Docker Buildx (build)
|
- name: Docker Buildx (build)
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
|
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
|
||||||
|
|
Loading…
Reference in a new issue