Skip to content

Commit

Permalink
build: add step to build LLVM 17 base image
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jan 5, 2024
1 parent 9d8e997 commit 511944d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,20 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
- name: Build and push LLVM base image
uses: docker/build-push-action@v5
with:
target: tinygo-llvm-build
context: .
push: true
tags: |
tinygo/llvm-17
tinygo/llvm-17:latest
ghcr.io/tinygo-org/tinygo/llvm-17
ghcr.io/tinygo-org/tinygo/llvm-17:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build and push tinygo-dev image
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 511944d

Please sign in to comment.