mirror of
https://github.com/mkuf/prind.git
synced 2026-05-07 07:36:53 +02:00
Build AARCH64 Image
Update GitHub workflow so that it also builds AARCH64 image for 64bit OSes used on RPi 3/4.
This commit is contained in:
@@ -13,7 +13,7 @@ set -e
|
||||
app=${1}
|
||||
registry=${2}
|
||||
|
||||
platform="linux/amd64,linux/arm/v7"
|
||||
platform="linux/amd64,linux/arm/v7,linux/arm64/v8"
|
||||
dockerfile=docker/${app}/Dockerfile
|
||||
context=$(echo -n ${dockerfile} | rev | cut -f2- -d'/' | rev)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user