Skip to content

Commit

Permalink
Update build constraints for loong64 and s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwentong committed Mar 29, 2024
1 parent c5ada8d commit bb57823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cpuinfo_loong64.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build linux
// +build linux
//go:build linux && loong64
// +build linux,loong64

package procfs

Expand Down
4 changes: 2 additions & 2 deletions cpuinfo_s390x.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build linux
// +build linux
//go:build linux && s390x
// +build linux,s390x

package procfs

Expand Down

0 comments on commit bb57823

Please sign in to comment.