Skip to content

Commit

Permalink
darn
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed May 30, 2024
1 parent f446203 commit fa04533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
key: ${{ runner.os }}-docker-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-docker-buildx-
- name: Build x86/x64 images
- name: Build x86/ARMv7 images
run: |
docker buildx build \
--platform linux/386,linux/arm/v6 \
--platform linux/386,linux/arm/v7 \
--output "type=image,push=false" \
--tag difegue/lanraragi:nightly \
--cache-from "type=local,src=/tmp/buildxcache" \
Expand All @@ -47,7 +47,7 @@ jobs:
key: ${{ runner.os }}-docker-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-docker-buildx-
- name: Build ARM v6/v8 images
- name: Build x64/ARM64 images
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
Expand Down

0 comments on commit fa04533

Please sign in to comment.