Skip to content

Commit

Permalink
Remove build base job for faster rtts
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 3, 2023
1 parent ba706e0 commit 90f30f8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build base
uses: docker/build-push-action@v3
with:
context: .
push: false
tags: maxkratz/texlive:base
platforms: linux/amd64,linux/arm64,linux/arm/v7
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
# - name: Build base
# uses: docker/build-push-action@v3
# with:
# context: .
# push: false
# tags: maxkratz/texlive:base
# platforms: linux/amd64,linux/arm64,linux/arm/v7

build-image:
runs-on: [ubuntu-22.04]
Expand Down

0 comments on commit 90f30f8

Please sign in to comment.