Skip to content

Commit

Permalink
chore: still trying to get components to build in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes committed Dec 9, 2024
1 parent a54d6c8 commit e151db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
context: .
push: true
no-cache: true
platforms: "linux/amd64"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Generate artifact attestation
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ghcr.io/bytecodealliance/wrpc:cb43ec8 AS wrpc
FROM golang:1.23.4 AS build
ENV TINYGO_RELEASE=0.34.0
ENV WASMTOOLS_VERSION=1.221.2
ENV PATH=${PATH}:/usr/local/tinygo/bin
ENV PATH=/usr/local/tinygo/bin:${PATH}
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit e151db5

Please sign in to comment.