Skip to content

Commit

Permalink
est
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 17, 2023
1 parent a43dac3 commit 6c1e6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build-docker-images:
runs-on: self-hosted
runs-on: ubuntu-20.04
strategy:
matrix:
platform:
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.10-alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
&& uname -a \
&& apk update \
&& apk add nodejs npm git \
&& npm -v \
Expand Down

0 comments on commit 6c1e6cf

Please sign in to comment.