Skip to content

Commit

Permalink
fix: only build full container for amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Oct 16, 2023
1 parent a050062 commit 6b92c75
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ jobs:
matrix:
variant: ["debian:bookworm-slim", "ubuntu:jammy"]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-docker-images: true
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand All @@ -119,5 +115,5 @@ jobs:
sbom: true
context: build
file: build/Dockerfile.full
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: ${{ github.actor }}/vscode-latex:${{ env.TAG_NAME }}-full

0 comments on commit 6b92c75

Please sign in to comment.