mirror of
https://github.com/sstent/containers.git
synced 2026-02-02 12:31:40 +00:00
Update rsync.yml
adding arm64
This commit is contained in:
4
.github/workflows/rsync.yml
vendored
4
.github/workflows/rsync.yml
vendored
@@ -33,9 +33,9 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: rsync/
|
context: rsync/
|
||||||
platforms: linux/arm/v7, Linux/amd64
|
platforms: linux/arm/v7, Linux/amd64, linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/sstent/rsync:latest
|
tags: ghcr.io/sstent/rsync:latest
|
||||||
build-args: |
|
build-args: |
|
||||||
RELEASE=v0.3.5
|
RELEASE=v0.3.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user