Revert workaround for arm64 (#244)

This commit is contained in:
Itxaka
2023-05-23 22:49:51 +00:00
committed by GitHub
parent 205f085108
commit 0ab5b521f8
2 changed files with 9 additions and 5 deletions

View File

@@ -9,9 +9,9 @@ on:
jobs:
build:
runs-on: [self-hosted, linux, ARM64]
runs-on: ubuntu-latest
env:
ARCH: arm64
ARCH: amd64
steps:
- uses: actions/checkout@v3
- run: |
@@ -47,6 +47,8 @@ jobs:
pushFinalImages: true
pushCache: true
values: values/arm64.yaml
buildx: true
platform: linux/arm64
- name: Create repo 🔧
uses: luet-lab/luet-github-action@master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

View File

@@ -7,9 +7,9 @@ on:
pull_request:
jobs:
build-arm64:
runs-on: [self-hosted, linux, ARM64]
runs-on: ubuntu-latest
env:
ARCH: arm64
ARCH: amd64
steps:
- uses: actions/checkout@v3
- run: |
@@ -42,6 +42,8 @@ jobs:
pushFinalImages: false
pushCache: false
values: values/arm64.yaml
buildx: true
platform: linux/arm64
build:
runs-on: ubuntu-latest
@@ -57,7 +59,7 @@ jobs:
with:
FINAL_REPO: quay.io/kairos/packages
REPOSITORY_TYPE: docker
downloadAllMeta: true
downloadAllMeta: false
downloadFromList: true
downloadMeta: true
- name: Build packages 🔧