Skip to content

Commit

Permalink
changed env
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney committed Apr 11, 2024
1 parent b360f35 commit cffdcda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
publish:
name: Upload module for linux/arm64
runs-on: [buildjet-2vcpu-ubuntu-2204-arm]
runs-on: [ubuntu-latest]
container:
image: ghcr.io/viam-labs/ocean-prefilter:arm64
options: --platform linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion etc/Dockerfile.debian.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ RUN cd /root/opt/src && \
# install appimage-builder
RUN pip3 install --break-system-packages git+https://github.com/AppImageCrafters/appimage-builder.git@61c8ddde9ef44b85d7444bbe79d80b44a6a5576d

RUN echo "export PATH=/usr/local/go/bin:$PATH" >> /etc/bash.bashrc
ENV PATH="/usr/local/go/bin:${PATH}"

0 comments on commit cffdcda

Please sign in to comment.