Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Building Debian Slim now only for AMD64 and Aarch64 (#17)
Browse files Browse the repository at this point in the history
\###Changed
- Building Debian Slim now only for AMD64 and ARM64v8 (Aarch64)
  • Loading branch information
RemcoSpigot committed Dec 13, 2022
1 parent c7cc1ea commit 2a384b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/multipaper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Docker Images
on: [push, pull_request]
env:
TARGET_PLATFORMS_ALPINE: linux/amd64,linux/arm64,linux/arm/v7
TARGET_PLATFORMS_DEBIAN: linux/amd64,linux/arm64
TARGET_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
Expand Down Expand Up @@ -79,12 +80,12 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/multipaper-master-debian-unstable

- name: Build and push multipaper-master for ${{ env.TARGET_PLATFORMS }}
- name: Build and push multipaper-master for ${{ env.TARGET_PLATFORMS_DEBIAN }}
uses: docker/build-push-action@v3
with:
context: ./build/debian-slim
file: build/debian-slim/Dockerfile.master
platforms: ${{ env.TARGET_PLATFORMS }}
platforms: ${{ env.TARGET_PLATFORMS_DEBIAN }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.multipaper-master-meta.outputs.tags }}
labels: ${{ steps.multipaper-master-meta.outputs.labels }}
Expand All @@ -95,12 +96,12 @@ jobs:
with:
images: ghcr.io/MultiPaperK8s/multipaper-debian-unstable

- name: Build and push multipaper for ${{ env.TARGET_PLATFORMS }}
- name: Build and push multipaper for ${{ env.TARGET_PLATFORMS_DEBIAN }}
uses: docker/build-push-action@v3
with:
context: ./build/debian-slim
file: build/debian-slim/Dockerfile.server
platforms: ${{ env.TARGET_PLATFORMS }}
platforms: ${{ env.TARGET_PLATFORMS_DEBIAN }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.multipaper-server-meta.outputs.tags }}
labels: ${{ steps.multipaper-server-meta.outputs.labels }}
Expand Down

0 comments on commit 2a384b7

Please sign in to comment.