Skip to content

Commit

Permalink
build runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Feb 22, 2024
1 parent c26eb86 commit 435acd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Buildx install
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- name: Task
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Setup
Expand Down
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ tasks:
VER: "{{base .ITEM}}"

build:
- task: docker-login
- task: build-common
- task build-lang RT=golang
- task build-lang RT=python
Expand Down

0 comments on commit 435acd6

Please sign in to comment.