mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-25 07:42:24 +00:00
Temp init repo
This commit is contained in:
20
.github/workflows/build-arm64.yaml
vendored
20
.github/workflows/build-arm64.yaml
vendored
@@ -24,21 +24,21 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@master
|
uses: docker/setup-buildx-action@master
|
||||||
- name: Download meta 🔧
|
# - name: Download meta 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
# uses: luet-lab/luet-github-action@master
|
||||||
with:
|
# with:
|
||||||
FINAL_REPO: quay.io/c3os/packages-arm64
|
# FINAL_REPO: quay.io/c3os/packages-arm64
|
||||||
REPOSITORY_TYPE: docker
|
# REPOSITORY_TYPE: docker
|
||||||
downloadAllMeta: true
|
# downloadAllMeta: true
|
||||||
downloadFromList: true
|
# downloadFromList: true
|
||||||
downloadMeta: true
|
# downloadMeta: true
|
||||||
- name: Build packages 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
uses: luet-lab/luet-github-action@master
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
build: true
|
build: true
|
||||||
fromIndex: true
|
fromIndex: false
|
||||||
onlyMissing: true
|
onlyMissing: false
|
||||||
buildx: true
|
buildx: true
|
||||||
platform: linux/arm/v8
|
platform: linux/arm/v8
|
||||||
FINAL_REPO: quay.io/c3os/packages-arm64
|
FINAL_REPO: quay.io/c3os/packages-arm64
|
||||||
|
Reference in New Issue
Block a user