mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-25 16:34:50 +00:00
🐛 arm64 fixups (#42)
* 🤖 Fixup on ARM64 * ⬆️ Bumps * Minor fixups * ⬆️ Bumps * Add static artifacts
This commit is contained in:
committed by
GitHub
parent
5ca49c3f57
commit
7d13179670
2
.github/workflows/build-arm64.yaml
vendored
2
.github/workflows/build-arm64.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
fromIndex: true
|
||||
onlyMissing: true
|
||||
buildx: true
|
||||
platform: linux/arm/v8
|
||||
platform: linux/arm64
|
||||
FINAL_REPO: quay.io/kairos/packages-arm64
|
||||
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
||||
|
37
.github/workflows/pr.yaml
vendored
37
.github/workflows/pr.yaml
vendored
@@ -7,6 +7,43 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-arm64:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ARCH: amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
git fetch --prune --unshallow
|
||||
mkdir build
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
with:
|
||||
platforms: all
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
- name: Download meta 🔧
|
||||
uses: luet-lab/luet-github-action@master
|
||||
with:
|
||||
FINAL_REPO: quay.io/kairos/packages
|
||||
REPOSITORY_TYPE: docker
|
||||
downloadAllMeta: true
|
||||
downloadFromList: true
|
||||
downloadMeta: true
|
||||
- name: Build packages 🔧
|
||||
uses: luet-lab/luet-github-action@master
|
||||
with:
|
||||
build: true
|
||||
fromIndex: true
|
||||
buildx: true
|
||||
platform: linux/arm64
|
||||
onlyMissing: true
|
||||
FINAL_REPO: quay.io/kairos/packages
|
||||
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
|
||||
REPOSITORY_TYPE: docker
|
||||
pushFinalImages: false
|
||||
pushCache: false
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user