mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +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
|
||||
with:
|
||||
context: rsync/
|
||||
platforms: linux/arm/v7, Linux/amd64
|
||||
platforms: linux/arm/v7, Linux/amd64, linux/arm64/v8
|
||||
push: true
|
||||
tags: ghcr.io/sstent/rsync:latest
|
||||
build-args: |
|
||||
RELEASE=v0.3.5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user