mirror of
https://github.com/kerberos-io/base.git
synced 2026-04-22 15:27:03 +08:00
Update arm64.yaml
This commit is contained in:
committed by
GitHub
parent
70ec57e01b
commit
ff864fde75
@@ -24,6 +24,6 @@ jobs:
|
||||
- name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
- name: Run Buildx
|
||||
run: docker buildx build --platform linux/arm64 -t kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7) --push .
|
||||
run: docker buildx build --platform linux/arm64 -t kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7) -f Dockerfile-arm64 --push .
|
||||
- name: Append manifest
|
||||
run: docker buildx imagetools create --append -t kerberos/base:$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7)
|
||||
run: docker buildx imagetools create --append -t kerberos/base:$(echo $GITHUB_SHA | cut -c1-7) kerberos/base:arm64-$(echo $GITHUB_SHA | cut -c1-7)
|
||||
|
||||
Reference in New Issue
Block a user