Skip to content

Commit

Permalink
build dev images for 5206
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Sep 5, 2024
1 parent 6f2ec9f commit f7e2de3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
platform: [
{arch: 'linux/amd64', tag: 'develop'},
{arch: 'linux/arm64', tag: 'develop-arm64'}]
{arch: 'linux/amd64', tag: 'develop-5206'},
{arch: 'linux/arm64', tag: 'develop-arm64-5206'}]
container: [
{name: 'aio-apache', context: './Containers/apache'},
{name: 'aio-borgbackup', context: './Containers/borgbackup'},
Expand All @@ -36,12 +36,15 @@ jobs:
{name: 'aio-fulltextsearch', context: './Containers/fulltextsearch'},
{name: 'aio-docker-socket-proxy', context: './Containers/docker-socket-proxy'}]
exclude:
- platform: {arch: 'linux/arm64', tag: 'develop-arm64'}
- platform: {arch: 'linux/arm64', tag: 'develop-arm64-5206'}
container: {name: 'aio-clamav', context: './Containers/clamav'}

steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
repository: nextcloud/all-in-one
ref: enh/noid/remote-borg-backups

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit f7e2de3

Please sign in to comment.